Html Css Color HEX #80362E Crab Apple

📋 copy color: '#80362E'

red 128 ◦ green 54 ◦ blue 46

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

Shades of Crab Apple #80362E

Tints of Crab Apple #80362E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.18%

R = 56.14%
G = 23.68%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80362E (or 0x80362E) is known color: Crab Apple. HEX triplet: 80, 36 and 2E. RGB value is (128,54,46). Sum of RGB (Red+Green+Blue) = 128+54+46=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80362E is #7FC9D1. Grayscale: #4B4B4B. Windows color (decimal): -8374738 or 3028608. OLE color: 3028608.

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

Color convert

RGB 128 54 46 -
CMYK 0 0.58 0.64 0.50
HSL 5.85º 0.47% 0.34% -
HSV(B) 5.85º 0.64% 0.5% -
XYZ 10.71 7.42 3.45 -
YUV 75.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 128 54 46 0 0.58 0.64 0.50 5.85 0.47 0.34
Hex 80 36 2E 0 3A 40 32 6 2F 22
Octal 200 66 56 0 72 100 62 6 57 42
Binary 10000000 110110 101110 0 111010 1000000 110010 110 101111 100010

Color Harmonies of #80362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80362E

Black with #80362E

Text Example


Text Example

White with #80362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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