Html Css Color HEX #610818 Pohutukawa

📋 copy color: '#610818'

red 97 ◦ green 8 ◦ blue 24

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

Shades of Pohutukawa #610818

Tints of Pohutukawa #610818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.2%

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 75.19%
G = 6.2%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#610818 (or 0x610818) is known color: Pohutukawa. HEX triplet: 61, 08 and 18. RGB value is (97,8,24). Sum of RGB (Red+Green+Blue) = 97+8+24=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #610818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610818 is #9EF7E7. Grayscale: #242424. Windows color (decimal): -10418152 or 1575009. OLE color: 1575009.

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

Color convert

RGB 97 8 24 -
CMYK 0 0.92 0.75 0.62
HSL 349.21º 0.85% 0.21% -
HSV(B) 349.21º 0.92% 0.38% -
XYZ 5.18 2.78 1.13 -
YUV 36.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 97 8 24 0 0.92 0.75 0.62 349.21 0.85 0.21
Hex 61 8 18 0 5C 4B 3E 15D 55 15
Octal 141 10 30 0 134 113 76 535 125 25
Binary 1100001 1000 11000 0 1011100 1001011 111110 101011101 1010101 10101

Color Harmonies of #610818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610818

Black with #610818

Text Example


Text Example

White with #610818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610818; }

 p { color: rgb(97,8,24); }

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

background-color css

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

 a { background-color: rgb(97,8,24); }

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

border-color css

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

 span { border-color: rgb(97,8,24); }

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