Html Css Color HEX #600014 Pohutukawa

📋 copy color: '#600014'

red 96 ◦ green 0 ◦ blue 20

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

Shades of Pohutukawa #600014

Tints of Pohutukawa #600014

RGB

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

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

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

R = 82.76%
G = 0%
B = 17.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#600014 (or 0x600014) is known color: Pohutukawa. HEX triplet: 60, 00 and 14. RGB value is (96,0,20). Sum of RGB (Red+Green+Blue) = 96+0+20=116 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.76% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 96 - color contains mainly: red. Hex color #600014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600014 is #9FFFEB. Grayscale: #1E1E1E. Windows color (decimal): -10485740 or 1310816. OLE color: 1310816.

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

Color convert

RGB 96 0 20 -
CMYK 0 1 0.79 0.62
HSL 347.5º 1% 0.19% -
HSV(B) 347.5º 1% 0.38% -
XYZ 4.95 2.54 0.89 -
YUV 30.98 121.8 174.37 -
System Red Green Blue C M Y K H S L
Decimal 96 0 20 0 1 0.79 0.62 347.5 1 0.19
Hex 60 0 14 0 64 4F 3E 15C 64 13
Octal 140 0 24 0 144 117 76 534 144 23
Binary 1100000 0 10100 0 1100100 1001111 111110 101011100 1100100 10011

Color Harmonies of #600014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600014

Black with #600014

Text Example


Text Example

White with #600014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600014; }

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

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

background-color css

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

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

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

border-color css

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

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

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