Html Css Color HEX #610911 Pohutukawa

📋 copy color: '#610911'

red 97 ◦ green 9 ◦ blue 17

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

Shades of Pohutukawa #610911

Tints of Pohutukawa #610911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

 BLUE value IS 17 (7.03% from 255) = 13.82%

R = 78.86%
G = 7.32%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#610911 (or 0x610911) is known color: Pohutukawa. HEX triplet: 61, 09 and 11. RGB value is (97,9,17). Sum of RGB (Red+Green+Blue) = 97+9+17=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #610911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610911 is #9EF6EE. Grayscale: #242424. Windows color (decimal): -10417903 or 1116513. OLE color: 1116513.

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

Color convert

RGB 97 9 17 -
CMYK 0 0.91 0.82 0.62
HSL 354.55º 0.83% 0.21% -
HSV(B) 354.55º 0.91% 0.38% -
XYZ 5.13 2.78 0.8 -
YUV 36.22 117.15 171.35 -
System Red Green Blue C M Y K H S L
Decimal 97 9 17 0 0.91 0.82 0.62 354.55 0.83 0.21
Hex 61 9 11 0 5B 52 3E 163 53 15
Octal 141 11 21 0 133 122 76 543 123 25
Binary 1100001 1001 10001 0 1011011 1010010 111110 101100011 1010011 10101

Color Harmonies of #610911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610911

Black with #610911

Text Example


Text Example

White with #610911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610911; }

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

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

background-color css

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

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

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

border-color css

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

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

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