Html Css Color HEX #610409 Pohutukawa

📋 copy color: '#610409'

red 97 ◦ green 4 ◦ blue 9

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

Shades of Pohutukawa #610409

Tints of Pohutukawa #610409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.64%

 BLUE value IS 9 (3.91% from 255) = 8.18%

R = 88.18%
G = 3.64%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#610409 (or 0x610409) is known color: Pohutukawa. HEX triplet: 61, 04 and 09. RGB value is (97,4,9). Sum of RGB (Red+Green+Blue) = 97+4+9=110 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.18% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 97 - color contains mainly: red. Hex color #610409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610409 is #9EFBF6. Grayscale: #202020. Windows color (decimal): -10419191 or 590945. OLE color: 590945.

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

Color convert

RGB 97 4 9 -
CMYK 0 0.96 0.91 0.62
HSL 356.77º 0.92% 0.2% -
HSV(B) 356.77º 0.96% 0.38% -
XYZ 5.02 2.65 0.5 -
YUV 32.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 97 4 9 0 0.96 0.91 0.62 356.77 0.92 0.2
Hex 61 4 9 0 60 5B 3E 165 5C 14
Octal 141 4 11 0 140 133 76 545 134 24
Binary 1100001 100 1001 0 1100000 1011011 111110 101100101 1011100 10100

Color Harmonies of #610409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610409

Black with #610409

Text Example


Text Example

White with #610409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610409; }

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

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

background-color css

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

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

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

border-color css

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

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

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