Html Css Color HEX #601020 Pohutukawa

📋 copy color: '#601020'

red 96 ◦ green 16 ◦ blue 32

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

Shades of Pohutukawa #601020

Tints of Pohutukawa #601020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 22.22%

R = 66.67%
G = 11.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#601020 (or 0x601020) is known color: Pohutukawa. HEX triplet: 60, 10 and 20. RGB value is (96,16,32). Sum of RGB (Red+Green+Blue) = 96+16+32=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #601020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601020 is #9FEFDF. Grayscale: #292929. Windows color (decimal): -10481632 or 2101344. OLE color: 2101344.

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

Color convert

RGB 96 16 32 -
CMYK 0 0.83 0.67 0.62
HSL 348º 0.71% 0.22% -
HSV(B) 348º 0.83% 0.38% -
XYZ 5.27 2.96 1.66 -
YUV 41.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 96 16 32 0 0.83 0.67 0.62 348 0.71 0.22
Hex 60 10 20 0 53 43 3E 15C 47 16
Octal 140 20 40 0 123 103 76 534 107 26
Binary 1100000 10000 100000 0 1010011 1000011 111110 101011100 1000111 10110

Color Harmonies of #601020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601020

Black with #601020

Text Example


Text Example

White with #601020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601020; }

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

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

background-color css

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

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

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

border-color css

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

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

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