Html Css Color HEX #60000E Pohutukawa

📋 copy color: '#60000E'

red 96 ◦ green 0 ◦ blue 14

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

Shades of Pohutukawa #60000E

Tints of Pohutukawa #60000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.27%
G = 0%
B = 12.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#60000E (or 0x60000E) is known color: Pohutukawa. HEX triplet: 60, 00 and 0E. RGB value is (96,0,14). Sum of RGB (Red+Green+Blue) = 96+0+14=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #60000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60000E is #9FFFF1. Grayscale: #1E1E1E. Windows color (decimal): -10485746 or 917600. OLE color: 917600.

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

Color convert

RGB 96 0 14 -
CMYK 0 1 0.85 0.62
HSL 351.25º 1% 0.19% -
HSV(B) 351.25º 1% 0.38% -
XYZ 4.9 2.52 0.64 -
YUV 30.3 118.8 174.86 -
System Red Green Blue C M Y K H S L
Decimal 96 0 14 0 1 0.85 0.62 351.25 1 0.19
Hex 60 0 E 0 64 55 3E 15F 64 13
Octal 140 0 16 0 144 125 76 537 144 23
Binary 1100000 0 1110 0 1100100 1010101 111110 101011111 1100100 10011

Color Harmonies of #60000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60000E

Black with #60000E

Text Example


Text Example

White with #60000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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