Html Css Color HEX #60091B Pohutukawa

📋 copy color: '#60091B'

red 96 ◦ green 9 ◦ blue 27

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

Shades of Pohutukawa #60091B

Tints of Pohutukawa #60091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

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

R = 72.73%
G = 6.82%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#60091B (or 0x60091B) is known color: Pohutukawa. HEX triplet: 60, 09 and 1B. RGB value is (96,9,27). Sum of RGB (Red+Green+Blue) = 96+9+27=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #60091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60091B is #9FF6E4. Grayscale: #252525. Windows color (decimal): -10483429 or 1771872. OLE color: 1771872.

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

Color convert

RGB 96 9 27 -
CMYK 0 0.91 0.72 0.62
HSL 347.59º 0.83% 0.21% -
HSV(B) 347.59º 0.91% 0.38% -
XYZ 5.12 2.76 1.3 -
YUV 37.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 96 9 27 0 0.91 0.72 0.62 347.59 0.83 0.21
Hex 60 9 1B 0 5B 48 3E 15C 53 15
Octal 140 11 33 0 133 110 76 534 123 25
Binary 1100000 1001 11011 0 1011011 1001000 111110 101011100 1010011 10101

Color Harmonies of #60091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60091B

Black with #60091B

Text Example


Text Example

White with #60091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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