Html Css Color HEX #80342A Crab Apple

📋 copy color: '#80342A'

red 128 ◦ green 52 ◦ blue 42

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

Shades of Crab Apple #80342A

Tints of Crab Apple #80342A

RGB

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

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

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

R = 57.66%
G = 23.42%
B = 18.92%

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

#80342A (or 0x80342A) is known color: Crab Apple. HEX triplet: 80, 34 and 2A. RGB value is (128,52,42). Sum of RGB (Red+Green+Blue) = 128+52+42=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #80342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80342A is #7FCBD5. Grayscale: #494949. Windows color (decimal): -8375254 or 2765952. OLE color: 2765952.

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

Color convert

RGB 128 52 42 -
CMYK 0 0.59 0.67 0.50
HSL 6.98º 0.51% 0.33% -
HSV(B) 6.98º 0.67% 0.5% -
XYZ 10.55 7.21 3.03 -
YUV 73.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 128 52 42 0 0.59 0.67 0.50 6.98 0.51 0.33
Hex 80 34 2A 0 3B 43 32 7 33 21
Octal 200 64 52 0 73 103 62 7 63 41
Binary 10000000 110100 101010 0 111011 1000011 110010 111 110011 100001

Color Harmonies of #80342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80342A

Black with #80342A

Text Example


Text Example

White with #80342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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