Html Css Color HEX #60030B Pohutukawa

📋 copy color: '#60030B'

red 96 ◦ green 3 ◦ blue 11

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

Shades of Pohutukawa #60030B

Tints of Pohutukawa #60030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

 BLUE value IS 11 (4.69% from 255) = 10%

R = 87.27%
G = 2.73%
B = 10%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#60030B (or 0x60030B) is known color: Pohutukawa. HEX triplet: 60, 03 and 0B. RGB value is (96,3,11). Sum of RGB (Red+Green+Blue) = 96+3+11=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #60030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60030B is #9FFCF4. Grayscale: #1F1F1F. Windows color (decimal): -10484981 or 721760. OLE color: 721760.

HSL color Cylindrical-coordinate representation of color #60030B: hue angle of 354.84º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60030B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 3 11 -
CMYK 0 0.97 0.89 0.62
HSL 354.84º 0.94% 0.19% -
HSV(B) 354.84º 0.97% 0.38% -
XYZ 4.92 2.58 0.55 -
YUV 31.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 96 3 11 0 0.97 0.89 0.62 354.84 0.94 0.19
Hex 60 3 B 0 61 59 3E 163 5E 13
Octal 140 3 13 0 141 131 76 543 136 23
Binary 1100000 11 1011 0 1100001 1011001 111110 101100011 1011110 10011

Color Harmonies of #60030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60030B

Black with #60030B

Text Example


Text Example

White with #60030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60030B; }

 p { color: rgb(96,3,11); }

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

background-color css

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

 a { background-color: rgb(96,3,11); }

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

border-color css

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

 span { border-color: rgb(96,3,11); }

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