Html Css Color HEX #601328 Pohutukawa

📋 copy color: '#601328'

red 96 ◦ green 19 ◦ blue 40

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

Shades of Pohutukawa #601328

Tints of Pohutukawa #601328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

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

R = 61.94%
G = 12.26%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#601328 (or 0x601328) is known color: Pohutukawa. HEX triplet: 60, 13 and 28. RGB value is (96,19,40). Sum of RGB (Red+Green+Blue) = 96+19+40=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #601328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601328 is #9FECD7. Grayscale: #2C2C2C. Windows color (decimal): -10480856 or 2626400. OLE color: 2626400.

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

Color convert

RGB 96 19 40 -
CMYK 0 0.80 0.58 0.62
HSL 343.64º 0.67% 0.23% -
HSV(B) 343.64º 0.8% 0.38% -
XYZ 5.44 3.11 2.32 -
YUV 44.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 96 19 40 0 0.80 0.58 0.62 343.64 0.67 0.23
Hex 60 13 28 0 50 3A 3E 158 43 17
Octal 140 23 50 0 120 72 76 530 103 27
Binary 1100000 10011 101000 0 1010000 111010 111110 101011000 1000011 10111

Color Harmonies of #601328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601328

Black with #601328

Text Example


Text Example

White with #601328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601328; }

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

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

background-color css

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

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

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

border-color css

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

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

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