Html Css Color HEX #600414 Pohutukawa

📋 copy color: '#600414'

red 96 ◦ green 4 ◦ blue 20

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

Shades of Pohutukawa #600414

Tints of Pohutukawa #600414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

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

R = 80%
G = 3.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#600414 (or 0x600414) is known color: Pohutukawa. HEX triplet: 60, 04 and 14. RGB value is (96,4,20). Sum of RGB (Red+Green+Blue) = 96+4+20=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #600414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600414 is #9FFBEB. Grayscale: #212121. Windows color (decimal): -10484716 or 1311840. OLE color: 1311840.

HSL color Cylindrical-coordinate representation of color #600414: hue angle of 349.57º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600414 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 4 20 -
CMYK 0 0.96 0.79 0.62
HSL 349.57º 0.92% 0.2% -
HSV(B) 349.57º 0.96% 0.38% -
XYZ 4.99 2.62 0.91 -
YUV 33.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 96 4 20 0 0.96 0.79 0.62 349.57 0.92 0.2
Hex 60 4 14 0 60 4F 3E 15E 5C 14
Octal 140 4 24 0 140 117 76 536 134 24
Binary 1100000 100 10100 0 1100000 1001111 111110 101011110 1011100 10100

Color Harmonies of #600414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600414

Black with #600414

Text Example


Text Example

White with #600414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600414; }

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

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

background-color css

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

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

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

border-color css

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

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

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