Html Css Color HEX #600010 Pohutukawa

📋 copy color: '#600010'

red 96 ◦ green 0 ◦ blue 16

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

Shades of Pohutukawa #600010

Tints of Pohutukawa #600010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.29%

R = 85.71%
G = 0%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#600010 (or 0x600010) is known color: Pohutukawa. HEX triplet: 60, 00 and 10. RGB value is (96,0,16). Sum of RGB (Red+Green+Blue) = 96+0+16=112 (14% of max value = 765). Red value is 96 (37.89% from 255 or 85.71% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 96 - color contains mainly: red. Hex color #600010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600010 is #9FFFEF. Grayscale: #1E1E1E. Windows color (decimal): -10485744 or 1048672. OLE color: 1048672.

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

Color convert

RGB 96 0 16 -
CMYK 0 1 0.83 0.62
HSL 350º 1% 0.19% -
HSV(B) 350º 1% 0.38% -
XYZ 4.92 2.52 0.72 -
YUV 30.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 96 0 16 0 1 0.83 0.62 350 1 0.19
Hex 60 0 10 0 64 53 3E 15E 64 13
Octal 140 0 20 0 144 123 76 536 144 23
Binary 1100000 0 10000 0 1100100 1010011 111110 101011110 1100100 10011

Color Harmonies of #600010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600010

Black with #600010

Text Example


Text Example

White with #600010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600010; }

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

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

background-color css

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

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

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

border-color css

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

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

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