Html Css Color HEX #60091D Pohutukawa

📋 copy color: '#60091D'

red 96 ◦ green 9 ◦ blue 29

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

Shades of Pohutukawa #60091D

Tints of Pohutukawa #60091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 71.64%
G = 6.72%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#60091D (or 0x60091D) is known color: Pohutukawa. HEX triplet: 60, 09 and 1D. RGB value is (96,9,29). Sum of RGB (Red+Green+Blue) = 96+9+29=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #60091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60091D is #9FF6E2. Grayscale: #252525. Windows color (decimal): -10483427 or 1902944. OLE color: 1902944.

HSL color Cylindrical-coordinate representation of color #60091D: hue angle of 346.21º 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 #60091D is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 29 -
CMYK 0 0.91 0.70 0.62
HSL 346.21º 0.83% 0.21% -
HSV(B) 346.21º 0.91% 0.38% -
XYZ 5.14 2.77 1.43 -
YUV 37.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 96 9 29 0 0.91 0.70 0.62 346.21 0.83 0.21
Hex 60 9 1D 0 5B 46 3E 15A 53 15
Octal 140 11 35 0 133 106 76 532 123 25
Binary 1100000 1001 11101 0 1011011 1000110 111110 101011010 1010011 10101

Color Harmonies of #60091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60091D

Black with #60091D

Text Example


Text Example

White with #60091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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