Html Css Color HEX #60031E Pohutukawa

📋 copy color: '#60031E'

red 96 ◦ green 3 ◦ blue 30

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

Shades of Pohutukawa #60031E

Tints of Pohutukawa #60031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 74.42%
G = 2.33%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#60031E (or 0x60031E) is known color: Pohutukawa. HEX triplet: 60, 03 and 1E. RGB value is (96,3,30). Sum of RGB (Red+Green+Blue) = 96+3+30=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60031E is #9FFCE1. Grayscale: #212121. Windows color (decimal): -10484962 or 1966944. OLE color: 1966944.

HSL color Cylindrical-coordinate representation of color #60031E: hue angle of 342.58º 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 #60031E is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 3 30 -
CMYK 0 0.97 0.69 0.62
HSL 342.58º 0.94% 0.19% -
HSV(B) 342.58º 0.97% 0.38% -
XYZ 5.09 2.65 1.47 -
YUV 33.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 96 3 30 0 0.97 0.69 0.62 342.58 0.94 0.19
Hex 60 3 1E 0 61 45 3E 157 5E 13
Octal 140 3 36 0 141 105 76 527 136 23
Binary 1100000 11 11110 0 1100001 1000101 111110 101010111 1011110 10011

Color Harmonies of #60031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60031E

Black with #60031E

Text Example


Text Example

White with #60031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60031E; }

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

 H1.HeaderClassName
 {
   color: #60031E;
 }
 .AnyTagClassName
 {
   color: #60031E;
 }
</style>

background-color css

<style>
 a { background-color: #60031E; }

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

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

border-color css

<style>
 span { border-color: #60031E; }

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

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