Html Css Color HEX #60121F Pohutukawa

📋 copy color: '#60121F'

red 96 ◦ green 18 ◦ blue 31

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

Shades of Pohutukawa #60121F

Tints of Pohutukawa #60121F

RGB

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

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

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

R = 66.21%
G = 12.41%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60121F (or 0x60121F) is known color: Pohutukawa. HEX triplet: 60, 12 and 1F. RGB value is (96,18,31). Sum of RGB (Red+Green+Blue) = 96+18+31=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #60121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60121F is #9FEDE0. Grayscale: #2A2A2A. Windows color (decimal): -10481121 or 2036320. OLE color: 2036320.

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

Color convert

RGB 96 18 31 -
CMYK 0 0.81 0.68 0.62
HSL 350º 0.68% 0.22% -
HSV(B) 350º 0.81% 0.38% -
XYZ 5.29 3.02 1.6 -
YUV 42.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 96 18 31 0 0.81 0.68 0.62 350 0.68 0.22
Hex 60 12 1F 0 51 44 3E 15E 44 16
Octal 140 22 37 0 121 104 76 536 104 26
Binary 1100000 10010 11111 0 1010001 1000100 111110 101011110 1000100 10110

Color Harmonies of #60121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60121F

Black with #60121F

Text Example


Text Example

White with #60121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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