Html Css Color HEX #80362D Crab Apple

📋 copy color: '#80362D'

red 128 ◦ green 54 ◦ blue 45

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

Shades of Crab Apple #80362D

Tints of Crab Apple #80362D

RGB

 RED value IS 128 (50.39% from 255) = 56.39%

 GREEN value IS 54 (21.48% from 255) = 23.79%

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

R = 56.39%
G = 23.79%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80362D (or 0x80362D) is known color: Crab Apple. HEX triplet: 80, 36 and 2D. RGB value is (128,54,45). Sum of RGB (Red+Green+Blue) = 128+54+45=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80362D is #7FC9D2. Grayscale: #4B4B4B. Windows color (decimal): -8374739 or 2963072. OLE color: 2963072.

HSL color Cylindrical-coordinate representation of color #80362D: hue angle of 6.51º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80362D is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 54 45 -
CMYK 0 0.58 0.65 0.50
HSL 6.51º 0.48% 0.34% -
HSV(B) 6.51º 0.65% 0.5% -
XYZ 10.69 7.42 3.35 -
YUV 75.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 128 54 45 0 0.58 0.65 0.50 6.51 0.48 0.34
Hex 80 36 2D 0 3A 41 32 7 30 22
Octal 200 66 55 0 72 101 62 7 60 42
Binary 10000000 110110 101101 0 111010 1000001 110010 111 110000 100010

Color Harmonies of #80362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80362D

Black with #80362D

Text Example


Text Example

White with #80362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80362D; }

 p { color: rgb(128,54,45); }

 H1.HeaderClassName
 {
   color: #80362D;
 }
 .AnyTagClassName
 {
   color: #80362D;
 }
</style>

background-color css

<style>
 a { background-color: #80362D; }

 a { background-color: rgb(128,54,45); }

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

border-color css

<style>
 span { border-color: #80362D; }

 span { border-color: rgb(128,54,45); }

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