#601A2B

Color #601A2B Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #601A2B

Tints of Pohutukawa #601A2B

Color information

#601A2B (or 0x601A2B) is unknown color: approx Pohutukawa. HEX triplet: 60, 1A and 2B. RGB value is (96,26,43). Sum of RGB (Red+Green+Blue) = 96+26+43=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #601A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A2B is #9FE5D4. Grayscale: #303030. Windows color (decimal): -10479061 or 2824800. OLE color: 2824800.

HSL color Cylindrical-coordinate representation of color #601A2B: hue angle of 345.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A2B is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB962643-
CMYK00.730.550.62
HSL345.43º57.38%23.92%-
HSV(B)345.43º72.92%37.65%-
XYZ5.633.42.65-
YUV48.87124.69161.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.18%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=58.18%
G=15.76%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96264300.730.550.62345.4357.3823.92
Hex601A2B049373E1593918
Octal1403253011167765317130
Binary1100000110101010110100100111011111111010101100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601A2B; }

 p { color: rgb(96,26,43); }

 H1.HeaderClassName
 {
   color: #601A2B;
 }
 .AnyTagClassName
 {
   color: #601A2B;
 }
</style>
background-color css

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

 a { background-color: rgb(96,26,43); }

 div.DivClassName
 {
   background-color: #601A2B;
 }
 .BgClassName
 {
   background-color: #601A2B;
 }
</style>
border-color css

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

 span { border-color: rgb(96,26,43); }

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