Html Css Color HEX #60121A Pohutukawa

📋 copy color: '#60121A'

red 96 ◦ green 18 ◦ blue 26

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

Shades of Pohutukawa #60121A

Tints of Pohutukawa #60121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.57%

R = 68.57%
G = 12.86%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#60121A (or 0x60121A) is known color: Pohutukawa. HEX triplet: 60, 12 and 1A. RGB value is (96,18,26). Sum of RGB (Red+Green+Blue) = 96+18+26=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #60121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60121A is #9FEDE5. Grayscale: #2A2A2A. Windows color (decimal): -10481126 or 1708640. OLE color: 1708640.

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

Color convert

RGB 96 18 26 -
CMYK 0 0.81 0.73 0.62
HSL 353.85º 0.68% 0.22% -
HSV(B) 353.85º 0.81% 0.38% -
XYZ 5.23 2.99 1.28 -
YUV 42.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 96 18 26 0 0.81 0.73 0.62 353.85 0.68 0.22
Hex 60 12 1A 0 51 49 3E 162 44 16
Octal 140 22 32 0 121 111 76 542 104 26
Binary 1100000 10010 11010 0 1010001 1001001 111110 101100010 1000100 10110

Color Harmonies of #60121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60121A

Black with #60121A

Text Example


Text Example

White with #60121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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