Html Css Color HEX #80372A Crab Apple

📋 copy color: '#80372A'

red 128 ◦ green 55 ◦ blue 42

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

Shades of Crab Apple #80372A

Tints of Crab Apple #80372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

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

R = 56.89%
G = 24.44%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80372A (or 0x80372A) is known color: Crab Apple. HEX triplet: 80, 37 and 2A. RGB value is (128,55,42). Sum of RGB (Red+Green+Blue) = 128+55+42=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80372A is #7FC8D5. Grayscale: #4B4B4B. Windows color (decimal): -8374486 or 2766720. OLE color: 2766720.

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

Color convert

RGB 128 55 42 -
CMYK 0 0.57 0.67 0.50
HSL 9.07º 0.51% 0.33% -
HSV(B) 9.07º 0.67% 0.5% -
XYZ 10.69 7.49 3.07 -
YUV 75.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 128 55 42 0 0.57 0.67 0.50 9.07 0.51 0.33
Hex 80 37 2A 0 39 43 32 9 33 21
Octal 200 67 52 0 71 103 62 11 63 41
Binary 10000000 110111 101010 0 111001 1000011 110010 1001 110011 100001

Color Harmonies of #80372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80372A

Black with #80372A

Text Example


Text Example

White with #80372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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