Html Css Color HEX #60121C Pohutukawa

📋 copy color: '#60121C'

red 96 ◦ green 18 ◦ blue 28

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

Shades of Pohutukawa #60121C

Tints of Pohutukawa #60121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.72%

R = 67.61%
G = 12.68%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#60121C (or 0x60121C) is known color: Pohutukawa. HEX triplet: 60, 12 and 1C. RGB value is (96,18,28). Sum of RGB (Red+Green+Blue) = 96+18+28=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #60121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60121C is #9FEDE3. Grayscale: #2A2A2A. Windows color (decimal): -10481124 or 1839712. OLE color: 1839712.

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

Color convert

RGB 96 18 28 -
CMYK 0 0.81 0.71 0.62
HSL 352.31º 0.68% 0.22% -
HSV(B) 352.31º 0.81% 0.38% -
XYZ 5.25 3 1.4 -
YUV 42.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 96 18 28 0 0.81 0.71 0.62 352.31 0.68 0.22
Hex 60 12 1C 0 51 47 3E 160 44 16
Octal 140 22 34 0 121 107 76 540 104 26
Binary 1100000 10010 11100 0 1010001 1000111 111110 101100000 1000100 10110

Color Harmonies of #60121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60121C

Black with #60121C

Text Example


Text Example

White with #60121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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