Html Css Color HEX #80352A Crab Apple

📋 copy color: '#80352A'

red 128 ◦ green 53 ◦ blue 42

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

Shades of Crab Apple #80352A

Tints of Crab Apple #80352A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

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

R = 57.4%
G = 23.77%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80352A (or 0x80352A) is known color: Crab Apple. HEX triplet: 80, 35 and 2A. RGB value is (128,53,42). Sum of RGB (Red+Green+Blue) = 128+53+42=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80352A is #7FCAD5. Grayscale: #4A4A4A. Windows color (decimal): -8374998 or 2766208. OLE color: 2766208.

HSL color Cylindrical-coordinate representation of color #80352A: hue angle of 7.67º 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 #80352A is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 42 -
CMYK 0 0.59 0.67 0.50
HSL 7.67º 0.51% 0.33% -
HSV(B) 7.67º 0.67% 0.5% -
XYZ 10.59 7.3 3.04 -
YUV 74.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 128 53 42 0 0.59 0.67 0.50 7.67 0.51 0.33
Hex 80 35 2A 0 3B 43 32 8 33 21
Octal 200 65 52 0 73 103 62 10 63 41
Binary 10000000 110101 101010 0 111011 1000011 110010 1000 110011 100001

Color Harmonies of #80352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80352A

Black with #80352A

Text Example


Text Example

White with #80352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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