Html Css Color HEX #611117 Pohutukawa

📋 copy color: '#611117'

red 97 ◦ green 17 ◦ blue 23

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

Shades of Pohutukawa #611117

Tints of Pohutukawa #611117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 23 (9.38% from 255) = 16.79%

R = 70.8%
G = 12.41%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#611117 (or 0x611117) is known color: Pohutukawa. HEX triplet: 61, 11 and 17. RGB value is (97,17,23). Sum of RGB (Red+Green+Blue) = 97+17+23=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #611117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611117 is #9EEEE8. Grayscale: #292929. Windows color (decimal): -10415849 or 1511777. OLE color: 1511777.

HSL color Cylindrical-coordinate representation of color #611117: hue angle of 355.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611117 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 23 -
CMYK 0 0.82 0.76 0.62
HSL 355.5º 0.7% 0.22% -
HSV(B) 355.5º 0.82% 0.38% -
XYZ 5.28 3 1.11 -
YUV 41.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 97 17 23 0 0.82 0.76 0.62 355.5 0.7 0.22
Hex 61 11 17 0 52 4C 3E 164 46 16
Octal 141 21 27 0 122 114 76 544 106 26
Binary 1100001 10001 10111 0 1010010 1001100 111110 101100100 1000110 10110

Color Harmonies of #611117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611117

Black with #611117

Text Example


Text Example

White with #611117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611117; }

 p { color: rgb(97,17,23); }

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

background-color css

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

 a { background-color: rgb(97,17,23); }

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

border-color css

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

 span { border-color: rgb(97,17,23); }

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