Html Css Color HEX #610416 Pohutukawa

📋 copy color: '#610416'

red 97 ◦ green 4 ◦ blue 22

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

Shades of Pohutukawa #610416

Tints of Pohutukawa #610416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 78.86%
G = 3.25%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#610416 (or 0x610416) is known color: Pohutukawa. HEX triplet: 61, 04 and 16. RGB value is (97,4,22). Sum of RGB (Red+Green+Blue) = 97+4+22=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #610416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610416 is #9EFBE9. Grayscale: #212121. Windows color (decimal): -10419178 or 1442913. OLE color: 1442913.

HSL color Cylindrical-coordinate representation of color #610416: hue angle of 348.39º 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 #610416 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 4 22 -
CMYK 0 0.96 0.77 0.62
HSL 348.39º 0.92% 0.2% -
HSV(B) 348.39º 0.96% 0.38% -
XYZ 5.12 2.69 1.01 -
YUV 33.86 121.31 173.04 -
System Red Green Blue C M Y K H S L
Decimal 97 4 22 0 0.96 0.77 0.62 348.39 0.92 0.2
Hex 61 4 16 0 60 4D 3E 15C 5C 14
Octal 141 4 26 0 140 115 76 534 134 24
Binary 1100001 100 10110 0 1100000 1001101 111110 101011100 1011100 10100

Color Harmonies of #610416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610416

Black with #610416

Text Example


Text Example

White with #610416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610416; }

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

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

background-color css

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

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

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

border-color css

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

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

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