Html Css Color HEX #601629 Pohutukawa

📋 copy color: '#601629'

red 96 ◦ green 22 ◦ blue 41

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

Shades of Pohutukawa #601629

Tints of Pohutukawa #601629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.84%

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

R = 60.38%
G = 13.84%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#601629 (or 0x601629) is known color: Pohutukawa. HEX triplet: 60, 16 and 29. RGB value is (96,22,41). Sum of RGB (Red+Green+Blue) = 96+22+41=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #601629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601629 is #9FE9D6. Grayscale: #2E2E2E. Windows color (decimal): -10480087 or 2692704. OLE color: 2692704.

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

Color convert

RGB 96 22 41 -
CMYK 0 0.77 0.57 0.62
HSL 344.59º 0.63% 0.23% -
HSV(B) 344.59º 0.77% 0.38% -
XYZ 5.51 3.22 2.43 -
YUV 46.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 96 22 41 0 0.77 0.57 0.62 344.59 0.63 0.23
Hex 60 16 29 0 4D 39 3E 159 3F 17
Octal 140 26 51 0 115 71 76 531 77 27
Binary 1100000 10110 101001 0 1001101 111001 111110 101011001 111111 10111

Color Harmonies of #601629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601629

Black with #601629

Text Example


Text Example

White with #601629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601629; }

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

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

background-color css

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

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

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

border-color css

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

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

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