Html Css Color HEX #601E2D Pohutukawa

📋 copy color: '#601E2D'

red 96 ◦ green 30 ◦ blue 45

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

Shades of Pohutukawa #601E2D

Tints of Pohutukawa #601E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.54%

 BLUE value IS 45 (17.97% from 255) = 26.32%

R = 56.14%
G = 17.54%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#601E2D (or 0x601E2D) is known color: Pohutukawa. HEX triplet: 60, 1E and 2D. RGB value is (96,30,45). Sum of RGB (Red+Green+Blue) = 96+30+45=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #601E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E2D is #9FE1D2. Grayscale: #333333. Windows color (decimal): -10478035 or 2956896. OLE color: 2956896.

HSL color Cylindrical-coordinate representation of color #601E2D: hue angle of 346.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E2D is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 30 45 -
CMYK 0 0.69 0.53 0.62
HSL 346.36º 0.52% 0.25% -
HSV(B) 346.36º 0.69% 0.38% -
XYZ 5.76 3.6 2.87 -
YUV 51.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 96 30 45 0 0.69 0.53 0.62 346.36 0.52 0.25
Hex 60 1E 2D 0 45 35 3E 15A 34 19
Octal 140 36 55 0 105 65 76 532 64 31
Binary 1100000 11110 101101 0 1000101 110101 111110 101011010 110100 11001

Color Harmonies of #601E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E2D

Black with #601E2D

Text Example


Text Example

White with #601E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,30,45); }

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

background-color css

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

 a { background-color: rgb(96,30,45); }

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

border-color css

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

 span { border-color: rgb(96,30,45); }

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