Html Css Color HEX #600415 Pohutukawa

📋 copy color: '#600415'

red 96 ◦ green 4 ◦ blue 21

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

Shades of Pohutukawa #600415

Tints of Pohutukawa #600415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.36%

R = 79.34%
G = 3.31%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#600415 (or 0x600415) is known color: Pohutukawa. HEX triplet: 60, 04 and 15. RGB value is (96,4,21). Sum of RGB (Red+Green+Blue) = 96+4+21=121 (16% of max value = 765). Red value is 96 (37.89% from 255 or 79.34% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 96 - color contains mainly: red. Hex color #600415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600415 is #9FFBEA. Grayscale: #212121. Windows color (decimal): -10484715 or 1377376. OLE color: 1377376.

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

Color convert

RGB 96 4 21 -
CMYK 0 0.96 0.78 0.62
HSL 348.91º 0.92% 0.2% -
HSV(B) 348.91º 0.96% 0.38% -
XYZ 5 2.63 0.95 -
YUV 33.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 96 4 21 0 0.96 0.78 0.62 348.91 0.92 0.2
Hex 60 4 15 0 60 4E 3E 15D 5C 14
Octal 140 4 25 0 140 116 76 535 134 24
Binary 1100000 100 10101 0 1100000 1001110 111110 101011101 1011100 10100

Color Harmonies of #600415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600415

Black with #600415

Text Example


Text Example

White with #600415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600415; }

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

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

background-color css

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

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

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

border-color css

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

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

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