Html Css Color HEX #60091F Pohutukawa

📋 copy color: '#60091F'

red 96 ◦ green 9 ◦ blue 31

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

Shades of Pohutukawa #60091F

Tints of Pohutukawa #60091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.79%

R = 70.59%
G = 6.62%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60091F (or 0x60091F) is known color: Pohutukawa. HEX triplet: 60, 09 and 1F. RGB value is (96,9,31). Sum of RGB (Red+Green+Blue) = 96+9+31=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #60091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60091F is #9FF6E0. Grayscale: #252525. Windows color (decimal): -10483425 or 2034016. OLE color: 2034016.

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

Color convert

RGB 96 9 31 -
CMYK 0 0.91 0.68 0.62
HSL 344.83º 0.83% 0.21% -
HSV(B) 344.83º 0.91% 0.38% -
XYZ 5.17 2.78 1.56 -
YUV 37.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 96 9 31 0 0.91 0.68 0.62 344.83 0.83 0.21
Hex 60 9 1F 0 5B 44 3E 159 53 15
Octal 140 11 37 0 133 104 76 531 123 25
Binary 1100000 1001 11111 0 1011011 1000100 111110 101011001 1010011 10101

Color Harmonies of #60091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60091F

Black with #60091F

Text Example


Text Example

White with #60091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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