Html Css Color HEX #610813 Pohutukawa

📋 copy color: '#610813'

red 97 ◦ green 8 ◦ blue 19

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

Shades of Pohutukawa #610813

Tints of Pohutukawa #610813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 78.23%
G = 6.45%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#610813 (or 0x610813) is known color: Pohutukawa. HEX triplet: 61, 08 and 13. RGB value is (97,8,19). Sum of RGB (Red+Green+Blue) = 97+8+19=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #610813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610813 is #9EF7EC. Grayscale: #232323. Windows color (decimal): -10418157 or 1247329. OLE color: 1247329.

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

Color convert

RGB 97 8 19 -
CMYK 0 0.92 0.80 0.62
HSL 352.58º 0.85% 0.21% -
HSV(B) 352.58º 0.92% 0.38% -
XYZ 5.13 2.76 0.88 -
YUV 35.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 97 8 19 0 0.92 0.80 0.62 352.58 0.85 0.21
Hex 61 8 13 0 5C 50 3E 161 55 15
Octal 141 10 23 0 134 120 76 541 125 25
Binary 1100001 1000 10011 0 1011100 1010000 111110 101100001 1010101 10101

Color Harmonies of #610813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610813

Black with #610813

Text Example


Text Example

White with #610813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610813; }

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

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

background-color css

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

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

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

border-color css

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

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

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