Html Css Color HEX #601429 Pohutukawa

📋 copy color: '#601429'

red 96 ◦ green 20 ◦ blue 41

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

Shades of Pohutukawa #601429

Tints of Pohutukawa #601429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 61.15%
G = 12.74%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#601429 (or 0x601429) is known color: Pohutukawa. HEX triplet: 60, 14 and 29. RGB value is (96,20,41). Sum of RGB (Red+Green+Blue) = 96+20+41=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #601429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601429 is #9FEBD6. Grayscale: #2D2D2D. Windows color (decimal): -10480599 or 2692192. OLE color: 2692192.

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

Color convert

RGB 96 20 41 -
CMYK 0 0.79 0.57 0.62
HSL 343.42º 0.66% 0.23% -
HSV(B) 343.42º 0.79% 0.38% -
XYZ 5.47 3.15 2.42 -
YUV 45.12 125.68 164.29 -
System Red Green Blue C M Y K H S L
Decimal 96 20 41 0 0.79 0.57 0.62 343.42 0.66 0.23
Hex 60 14 29 0 4F 39 3E 157 42 17
Octal 140 24 51 0 117 71 76 527 102 27
Binary 1100000 10100 101001 0 1001111 111001 111110 101010111 1000010 10111

Color Harmonies of #601429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601429

Black with #601429

Text Example


Text Example

White with #601429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601429; }

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

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

background-color css

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

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

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

border-color css

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

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

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