Html Css Color HEX #610204 Pohutukawa

📋 copy color: '#610204'

red 97 ◦ green 2 ◦ blue 4

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

Shades of Pohutukawa #610204

Tints of Pohutukawa #610204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.94%

 BLUE value IS 4 (1.95% from 255) = 3.88%

R = 94.17%
G = 1.94%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#610204 (or 0x610204) is known color: Pohutukawa. HEX triplet: 61, 02 and 04. RGB value is (97,2,4). Sum of RGB (Red+Green+Blue) = 97+2+4=103 (13% of max value = 765). Red value is 97 (38.28% from 255 or 94.17% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 97 - color contains mainly: red. Hex color #610204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610204 is #9EFDFB. Grayscale: #1E1E1E. Windows color (decimal): -10419708 or 262753. OLE color: 262753.

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

Color convert

RGB 97 2 4 -
CMYK 0 0.98 0.96 0.62
HSL 358.74º 0.96% 0.19% -
HSV(B) 358.74º 0.98% 0.38% -
XYZ 4.97 2.59 0.35 -
YUV 30.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 97 2 4 0 0.98 0.96 0.62 358.74 0.96 0.19
Hex 61 2 4 0 62 60 3E 167 60 13
Octal 141 2 4 0 142 140 76 547 140 23
Binary 1100001 10 100 0 1100010 1100000 111110 101100111 1100000 10011

Color Harmonies of #610204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610204

Black with #610204

Text Example


Text Example

White with #610204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610204; }

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

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

background-color css

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

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

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

border-color css

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

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

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