Html Css Color HEX #601018 Pohutukawa

📋 copy color: '#601018'

red 96 ◦ green 16 ◦ blue 24

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

Shades of Pohutukawa #601018

Tints of Pohutukawa #601018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 70.59%
G = 11.76%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#601018 (or 0x601018) is known color: Pohutukawa. HEX triplet: 60, 10 and 18. RGB value is (96,16,24). Sum of RGB (Red+Green+Blue) = 96+16+24=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #601018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601018 is #9FEFE7. Grayscale: #282828. Windows color (decimal): -10481640 or 1577056. OLE color: 1577056.

HSL color Cylindrical-coordinate representation of color #601018: hue angle of 354º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601018 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 16 24 -
CMYK 0 0.83 0.75 0.62
HSL 354º 0.71% 0.22% -
HSV(B) 354º 0.83% 0.38% -
XYZ 5.17 2.92 1.16 -
YUV 40.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 96 16 24 0 0.83 0.75 0.62 354 0.71 0.22
Hex 60 10 18 0 53 4B 3E 162 47 16
Octal 140 20 30 0 123 113 76 542 107 26
Binary 1100000 10000 11000 0 1010011 1001011 111110 101100010 1000111 10110

Color Harmonies of #601018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601018

Black with #601018

Text Example


Text Example

White with #601018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601018; }

 p { color: rgb(96,16,24); }

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

background-color css

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

 a { background-color: rgb(96,16,24); }

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

border-color css

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

 span { border-color: rgb(96,16,24); }

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