Html Css Color HEX #60121E Pohutukawa

📋 copy color: '#60121E'

red 96 ◦ green 18 ◦ blue 30

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

Shades of Pohutukawa #60121E

Tints of Pohutukawa #60121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

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

R = 66.67%
G = 12.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#60121E (or 0x60121E) is known color: Pohutukawa. HEX triplet: 60, 12 and 1E. RGB value is (96,18,30). Sum of RGB (Red+Green+Blue) = 96+18+30=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60121E is #9FEDE1. Grayscale: #2A2A2A. Windows color (decimal): -10481122 or 1970784. OLE color: 1970784.

HSL color Cylindrical-coordinate representation of color #60121E: hue angle of 350.77º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60121E is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 30 -
CMYK 0 0.81 0.69 0.62
HSL 350.77º 0.68% 0.22% -
HSV(B) 350.77º 0.81% 0.38% -
XYZ 5.27 3.01 1.53 -
YUV 42.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 96 18 30 0 0.81 0.69 0.62 350.77 0.68 0.22
Hex 60 12 1E 0 51 45 3E 15F 44 16
Octal 140 22 36 0 121 105 76 537 104 26
Binary 1100000 10010 11110 0 1010001 1000101 111110 101011111 1000100 10110

Color Harmonies of #60121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60121E

Black with #60121E

Text Example


Text Example

White with #60121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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