Html Css Color HEX #60011B Pohutukawa

📋 copy color: '#60011B'

red 96 ◦ green 1 ◦ blue 27

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

Shades of Pohutukawa #60011B

Tints of Pohutukawa #60011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 77.42%
G = 0.81%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#60011B (or 0x60011B) is known color: Pohutukawa. HEX triplet: 60, 01 and 1B. RGB value is (96,1,27). Sum of RGB (Red+Green+Blue) = 96+1+27=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #60011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60011B is #9FFEE4. Grayscale: #202020. Windows color (decimal): -10485477 or 1769824. OLE color: 1769824.

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

Color convert

RGB 96 1 27 -
CMYK 0 0.99 0.72 0.62
HSL 343.58º 0.98% 0.19% -
HSV(B) 343.58º 0.99% 0.38% -
XYZ 5.03 2.59 1.27 -
YUV 32.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 96 1 27 0 0.99 0.72 0.62 343.58 0.98 0.19
Hex 60 1 1B 0 63 48 3E 158 62 13
Octal 140 1 33 0 143 110 76 530 142 23
Binary 1100000 1 11011 0 1100011 1001000 111110 101011000 1100010 10011

Color Harmonies of #60011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60011B

Black with #60011B

Text Example


Text Example

White with #60011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,1,27); }

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

background-color css

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

 a { background-color: rgb(96,1,27); }

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

border-color css

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

 span { border-color: rgb(96,1,27); }

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