Html Css Color HEX #600E2D Pohutukawa

📋 copy color: '#600E2D'

red 96 ◦ green 14 ◦ blue 45

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

Shades of Pohutukawa #600E2D

Tints of Pohutukawa #600E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.03%

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

R = 61.94%
G = 9.03%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#600E2D (or 0x600E2D) is known color: Pohutukawa. HEX triplet: 60, 0E and 2D. RGB value is (96,14,45). Sum of RGB (Red+Green+Blue) = 96+14+45=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #600E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E2D is #9FF1D2. Grayscale: #2A2A2A. Windows color (decimal): -10482131 or 2952800. OLE color: 2952800.

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

Color convert

RGB 96 14 45 -
CMYK 0 0.85 0.53 0.62
HSL 337.32º 0.75% 0.22% -
HSV(B) 337.32º 0.85% 0.38% -
XYZ 5.45 2.99 2.77 -
YUV 42.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 96 14 45 0 0.85 0.53 0.62 337.32 0.75 0.22
Hex 60 E 2D 0 55 35 3E 151 4B 16
Octal 140 16 55 0 125 65 76 521 113 26
Binary 1100000 1110 101101 0 1010101 110101 111110 101010001 1001011 10110

Color Harmonies of #600E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E2D

Black with #600E2D

Text Example


Text Example

White with #600E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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