Html Css Color HEX #610C14 Pohutukawa

📋 copy color: '#610C14'

red 97 ◦ green 12 ◦ blue 20

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

Shades of Pohutukawa #610C14

Tints of Pohutukawa #610C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.3%

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 75.19%
G = 9.3%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#610C14 (or 0x610C14) is known color: Pohutukawa. HEX triplet: 61, 0C and 14. RGB value is (97,12,20). Sum of RGB (Red+Green+Blue) = 97+12+20=129 (17% of max value = 765). Red value is 97 (38.28% from 255 or 75.19% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 97 - color contains mainly: red. Hex color #610C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C14 is #9EF3EB. Grayscale: #262626. Windows color (decimal): -10417132 or 1313889. OLE color: 1313889.

HSL color Cylindrical-coordinate representation of color #610C14: hue angle of 354.35º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #610C14 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 12 20 -
CMYK 0 0.88 0.79 0.62
HSL 354.35º 0.78% 0.21% -
HSV(B) 354.35º 0.88% 0.38% -
XYZ 5.19 2.85 0.94 -
YUV 38.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 97 12 20 0 0.88 0.79 0.62 354.35 0.78 0.21
Hex 61 C 14 0 58 4F 3E 162 4E 15
Octal 141 14 24 0 130 117 76 542 116 25
Binary 1100001 1100 10100 0 1011000 1001111 111110 101100010 1001110 10101

Color Harmonies of #610C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C14

Black with #610C14

Text Example


Text Example

White with #610C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,12,20); }

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

background-color css

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

 a { background-color: rgb(97,12,20); }

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

border-color css

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

 span { border-color: rgb(97,12,20); }

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