Html Css Color HEX #80362A Crab Apple

📋 copy color: '#80362A'

red 128 ◦ green 54 ◦ blue 42

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

Shades of Crab Apple #80362A

Tints of Crab Apple #80362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 57.14%
G = 24.11%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80362A (or 0x80362A) is known color: Crab Apple. HEX triplet: 80, 36 and 2A. RGB value is (128,54,42). Sum of RGB (Red+Green+Blue) = 128+54+42=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80362A is #7FC9D5. Grayscale: #4A4A4A. Windows color (decimal): -8374742 or 2766464. OLE color: 2766464.

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

Color convert

RGB 128 54 42 -
CMYK 0 0.58 0.67 0.50
HSL 8.37º 0.51% 0.33% -
HSV(B) 8.37º 0.67% 0.5% -
XYZ 10.64 7.39 3.06 -
YUV 74.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 128 54 42 0 0.58 0.67 0.50 8.37 0.51 0.33
Hex 80 36 2A 0 3A 43 32 8 33 21
Octal 200 66 52 0 72 103 62 10 63 41
Binary 10000000 110110 101010 0 111010 1000011 110010 1000 110011 100001

Color Harmonies of #80362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80362A

Black with #80362A

Text Example


Text Example

White with #80362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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