Html Css Color HEX #610E24 Pohutukawa

📋 copy color: '#610E24'

red 97 ◦ green 14 ◦ blue 36

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

Shades of Pohutukawa #610E24

Tints of Pohutukawa #610E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.52%

 BLUE value IS 36 (14.45% from 255) = 24.49%

R = 65.99%
G = 9.52%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#610E24 (or 0x610E24) is known color: Pohutukawa. HEX triplet: 61, 0E and 24. RGB value is (97,14,36). Sum of RGB (Red+Green+Blue) = 97+14+36=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #610E24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610E24 is #9EF1DB. Grayscale: #292929. Windows color (decimal): -10416604 or 2362977. OLE color: 2362977.

HSL color Cylindrical-coordinate representation of color #610E24: hue angle of 344.1º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #610E24 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 14 36 -
CMYK 0 0.86 0.63 0.62
HSL 344.1º 0.75% 0.22% -
HSV(B) 344.1º 0.86% 0.38% -
XYZ 5.41 2.98 1.96 -
YUV 41.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 97 14 36 0 0.86 0.63 0.62 344.1 0.75 0.22
Hex 61 E 24 0 56 3F 3E 158 4B 16
Octal 141 16 44 0 126 77 76 530 113 26
Binary 1100001 1110 100100 0 1010110 111111 111110 101011000 1001011 10110

Color Harmonies of #610E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E24

Black with #610E24

Text Example


Text Example

White with #610E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610E24; }

 p { color: rgb(97,14,36); }

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

background-color css

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

 a { background-color: rgb(97,14,36); }

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

border-color css

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

 span { border-color: rgb(97,14,36); }

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