Html Css Color HEX #601A2B Pohutukawa

📋 copy color: '#601A2B'

red 96 ◦ green 26 ◦ blue 43

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

Shades of Pohutukawa #601A2B

Tints of Pohutukawa #601A2B

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 value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#601A2B (or 0x601A2B) is known color: 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

RGB 96 26 43 -
CMYK 0 0.73 0.55 0.62
HSL 345.43º 0.57% 0.24% -
HSV(B) 345.43º 0.73% 0.38% -
XYZ 5.63 3.4 2.65 -
YUV 48.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 96 26 43 0 0.73 0.55 0.62 345.43 0.57 0.24
Hex 60 1A 2B 0 49 37 3E 159 39 18
Octal 140 32 53 0 111 67 76 531 71 30
Binary 1100000 11010 101011 0 1001001 110111 111110 101011001 111001 11000

Color Harmonies of #601A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A2B

Black with #601A2B

Text Example


Text Example

White with #601A2B

Text Example


Text Example

HTML Codes & Css Web 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>