Html Css Color HEX #80342D Crab Apple

📋 copy color: '#80342D'

red 128 ◦ green 52 ◦ blue 45

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

Shades of Crab Apple #80342D

Tints of Crab Apple #80342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 56.89%
G = 23.11%
B = 20%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80342D (or 0x80342D) is known color: Crab Apple. HEX triplet: 80, 34 and 2D. RGB value is (128,52,45). Sum of RGB (Red+Green+Blue) = 128+52+45=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80342D is #7FCBD2. Grayscale: #4A4A4A. Windows color (decimal): -8375251 or 2962560. OLE color: 2962560.

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

Color convert

RGB 128 52 45 -
CMYK 0 0.59 0.65 0.50
HSL 5.06º 0.48% 0.34% -
HSV(B) 5.06º 0.65% 0.5% -
XYZ 10.6 7.23 3.32 -
YUV 73.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 128 52 45 0 0.59 0.65 0.50 5.06 0.48 0.34
Hex 80 34 2D 0 3B 41 32 5 30 22
Octal 200 64 55 0 73 101 62 5 60 42
Binary 10000000 110100 101101 0 111011 1000001 110010 101 110000 100010

Color Harmonies of #80342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80342D

Black with #80342D

Text Example


Text Example

White with #80342D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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