Html Css Color HEX #601024 Pohutukawa

📋 copy color: '#601024'

red 96 ◦ green 16 ◦ blue 36

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

Shades of Pohutukawa #601024

Tints of Pohutukawa #601024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.32%

R = 64.86%
G = 10.81%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601024 (or 0x601024) is known color: Pohutukawa. HEX triplet: 60, 10 and 24. RGB value is (96,16,36). Sum of RGB (Red+Green+Blue) = 96+16+36=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #601024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601024 is #9FEFDB. Grayscale: #2A2A2A. Windows color (decimal): -10481628 or 2363488. OLE color: 2363488.

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

Color convert

RGB 96 16 36 -
CMYK 0 0.83 0.62 0.62
HSL 345º 0.71% 0.22% -
HSV(B) 345º 0.83% 0.38% -
XYZ 5.33 2.98 1.96 -
YUV 42.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 96 16 36 0 0.83 0.62 0.62 345 0.71 0.22
Hex 60 10 24 0 53 3E 3E 159 47 16
Octal 140 20 44 0 123 76 76 531 107 26
Binary 1100000 10000 100100 0 1010011 111110 111110 101011001 1000111 10110

Color Harmonies of #601024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601024

Black with #601024

Text Example


Text Example

White with #601024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601024; }

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

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

background-color css

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

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

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

border-color css

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

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

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