Html Css Color HEX #601128 Pohutukawa

📋 copy color: '#601128'

red 96 ◦ green 17 ◦ blue 40

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

Shades of Pohutukawa #601128

Tints of Pohutukawa #601128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

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

R = 62.75%
G = 11.11%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#601128 (or 0x601128) is known color: Pohutukawa. HEX triplet: 60, 11 and 28. RGB value is (96,17,40). Sum of RGB (Red+Green+Blue) = 96+17+40=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #601128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601128 is #9FEED7. Grayscale: #2B2B2B. Windows color (decimal): -10481368 or 2625888. OLE color: 2625888.

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

Color convert

RGB 96 17 40 -
CMYK 0 0.82 0.58 0.62
HSL 342.53º 0.7% 0.22% -
HSV(B) 342.53º 0.82% 0.38% -
XYZ 5.41 3.04 2.31 -
YUV 43.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 96 17 40 0 0.82 0.58 0.62 342.53 0.7 0.22
Hex 60 11 28 0 52 3A 3E 157 46 16
Octal 140 21 50 0 122 72 76 527 106 26
Binary 1100000 10001 101000 0 1010010 111010 111110 101010111 1000110 10110

Color Harmonies of #601128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601128

Black with #601128

Text Example


Text Example

White with #601128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601128; }

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

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

background-color css

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

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

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

border-color css

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

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

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