Html Css Color HEX #61132E Pohutukawa

📋 copy color: '#61132E'

red 97 ◦ green 19 ◦ blue 46

#61132E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #61132E

Tints of Pohutukawa #61132E

RGB

 RED value IS 97 (38.28% from 255) = 59.88%

 GREEN value IS 19 (7.81% from 255) = 11.73%

 BLUE value IS 46 (18.36% from 255) = 28.4%

R = 59.88%
G = 11.73%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#61132E (or 0x61132E) is known color: Pohutukawa. HEX triplet: 61, 13 and 2E. RGB value is (97,19,46). Sum of RGB (Red+Green+Blue) = 97+19+46=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61132E is #9EECD1. Grayscale: #2D2D2D. Windows color (decimal): -10415314 or 3019617. OLE color: 3019617.

HSL color Cylindrical-coordinate representation of color #61132E: hue angle of 339.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61132E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 46 -
CMYK 0 0.80 0.53 0.62
HSL 339.23º 0.67% 0.23% -
HSV(B) 339.23º 0.8% 0.38% -
XYZ 5.66 3.2 2.91 -
YUV 45.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 97 19 46 0 0.80 0.53 0.62 339.23 0.67 0.23
Hex 61 13 2E 0 50 35 3E 153 43 17
Octal 141 23 56 0 120 65 76 523 103 27
Binary 1100001 10011 101110 0 1010000 110101 111110 101010011 1000011 10111

Color Harmonies of #61132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61132E

Black with #61132E

Text Example


Text Example

White with #61132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61132E; }

 p { color: rgb(97,19,46); }

 H1.HeaderClassName
 {
   color: #61132E;
 }
 .AnyTagClassName
 {
   color: #61132E;
 }
</style>

background-color css

<style>
 a { background-color: #61132E; }

 a { background-color: rgb(97,19,46); }

 div.DivClassName
 {
   background-color: #61132E;
 }
 .BgClassName
 {
   background-color: #61132E;
 }
</style>

border-color css

<style>
 span { border-color: #61132E; }

 span { border-color: rgb(97,19,46); }

 td.TdClassName
 {
   border-color: #61132E;
 }
 .TagClassName
 {
   border-color: #61132E;
 }
</style>