Html Css Color HEX #601428 Pohutukawa

📋 copy color: '#601428'

red 96 ◦ green 20 ◦ blue 40

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

Shades of Pohutukawa #601428

Tints of Pohutukawa #601428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.82%

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 61.54%
G = 12.82%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#601428 (or 0x601428) is known color: Pohutukawa. HEX triplet: 60, 14 and 28. RGB value is (96,20,40). Sum of RGB (Red+Green+Blue) = 96+20+40=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #601428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601428 is #9FEBD7. Grayscale: #2C2C2C. Windows color (decimal): -10480600 or 2626656. OLE color: 2626656.

HSL color Cylindrical-coordinate representation of color #601428: hue angle of 344.21º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601428 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 40 -
CMYK 0 0.79 0.58 0.62
HSL 344.21º 0.66% 0.23% -
HSV(B) 344.21º 0.79% 0.38% -
XYZ 5.46 3.14 2.33 -
YUV 45 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 96 20 40 0 0.79 0.58 0.62 344.21 0.66 0.23
Hex 60 14 28 0 4F 3A 3E 158 42 17
Octal 140 24 50 0 117 72 76 530 102 27
Binary 1100000 10100 101000 0 1001111 111010 111110 101011000 1000010 10111

Color Harmonies of #601428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601428

Black with #601428

Text Example


Text Example

White with #601428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601428; }

 p { color: rgb(96,20,40); }

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

background-color css

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

 a { background-color: rgb(96,20,40); }

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

border-color css

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

 span { border-color: rgb(96,20,40); }

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