Html Css Color HEX #601A2E Pohutukawa

📋 copy color: '#601A2E'

red 96 ◦ green 26 ◦ blue 46

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

Shades of Pohutukawa #601A2E

Tints of Pohutukawa #601A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.48%

 BLUE value IS 46 (18.36% from 255) = 27.38%

R = 57.14%
G = 15.48%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#601A2E (or 0x601A2E) is known color: Pohutukawa. HEX triplet: 60, 1A and 2E. RGB value is (96,26,46). Sum of RGB (Red+Green+Blue) = 96+26+46=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #601A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A2E is #9FE5D1. Grayscale: #313131. Windows color (decimal): -10479058 or 3021408. OLE color: 3021408.

HSL color Cylindrical-coordinate representation of color #601A2E: hue angle of 342.86º 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 #601A2E is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 46 -
CMYK 0 0.73 0.52 0.62
HSL 342.86º 0.57% 0.24% -
HSV(B) 342.86º 0.73% 0.38% -
XYZ 5.69 3.42 2.95 -
YUV 49.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 96 26 46 0 0.73 0.52 0.62 342.86 0.57 0.24
Hex 60 1A 2E 0 49 34 3E 157 39 18
Octal 140 32 56 0 111 64 76 527 71 30
Binary 1100000 11010 101110 0 1001001 110100 111110 101010111 111001 11000

Color Harmonies of #601A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A2E

Black with #601A2E

Text Example


Text Example

White with #601A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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