Html Css Color HEX #60010E Pohutukawa

📋 copy color: '#60010E'

red 96 ◦ green 1 ◦ blue 14

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

Shades of Pohutukawa #60010E

Tints of Pohutukawa #60010E

RGB

 RED value IS 96 (37.89% from 255) = 86.49%

 GREEN value IS 1 (0.78% from 255) = 0.9%

 BLUE value IS 14 (5.86% from 255) = 12.61%

R = 86.49%
G = 0.9%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#60010E (or 0x60010E) is known color: Pohutukawa. HEX triplet: 60, 01 and 0E. RGB value is (96,1,14). Sum of RGB (Red+Green+Blue) = 96+1+14=111 (14% of max value = 765). Red value is 96 (37.89% from 255 or 86.49% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 96 - color contains mainly: red. Hex color #60010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60010E is #9FFEF1. Grayscale: #1E1E1E. Windows color (decimal): -10485490 or 917856. OLE color: 917856.

HSL color Cylindrical-coordinate representation of color #60010E: hue angle of 351.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60010E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 14 -
CMYK 0 0.99 0.85 0.62
HSL 351.79º 0.98% 0.19% -
HSV(B) 351.79º 0.99% 0.38% -
XYZ 4.91 2.54 0.65 -
YUV 30.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 96 1 14 0 0.99 0.85 0.62 351.79 0.98 0.19
Hex 60 1 E 0 63 55 3E 160 62 13
Octal 140 1 16 0 143 125 76 540 142 23
Binary 1100000 1 1110 0 1100011 1010101 111110 101100000 1100010 10011

Color Harmonies of #60010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60010E

Black with #60010E

Text Example


Text Example

White with #60010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60010E; }

 p { color: rgb(96,1,14); }

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

background-color css

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

 a { background-color: rgb(96,1,14); }

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

border-color css

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

 span { border-color: rgb(96,1,14); }

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