Html Css Color HEX #600E2B Pohutukawa

📋 copy color: '#600E2B'

red 96 ◦ green 14 ◦ blue 43

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

Shades of Pohutukawa #600E2B

Tints of Pohutukawa #600E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 62.75%
G = 9.15%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#600E2B (or 0x600E2B) is known color: Pohutukawa. HEX triplet: 60, 0E and 2B. RGB value is (96,14,43). Sum of RGB (Red+Green+Blue) = 96+14+43=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #600E2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600E2B is #9FF1D4. Grayscale: #292929. Windows color (decimal): -10482133 or 2821728. OLE color: 2821728.

HSL color Cylindrical-coordinate representation of color #600E2B: hue angle of 338.78º 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 #600E2B is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 14 43 -
CMYK 0 0.85 0.55 0.62
HSL 338.78º 0.75% 0.22% -
HSV(B) 338.78º 0.85% 0.38% -
XYZ 5.42 2.98 2.57 -
YUV 41.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 96 14 43 0 0.85 0.55 0.62 338.78 0.75 0.22
Hex 60 E 2B 0 55 37 3E 153 4B 16
Octal 140 16 53 0 125 67 76 523 113 26
Binary 1100000 1110 101011 0 1010101 110111 111110 101010011 1001011 10110

Color Harmonies of #600E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E2B

Black with #600E2B

Text Example


Text Example

White with #600E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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