Html Css Color HEX #82342E Crab Apple

📋 copy color: '#82342E'

red 130 ◦ green 52 ◦ blue 46

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

Shades of Crab Apple #82342E

Tints of Crab Apple #82342E

RGB

 RED value IS 130 (51.17% from 255) = 57.02%

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

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

R = 57.02%
G = 22.81%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82342E (or 0x82342E) is known color: Crab Apple. HEX triplet: 82, 34 and 2E. RGB value is (130,52,46). Sum of RGB (Red+Green+Blue) = 130+52+46=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #82342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82342E is #7DCBD1. Grayscale: #4A4A4A. Windows color (decimal): -8244178 or 3028098. OLE color: 3028098.

HSL color Cylindrical-coordinate representation of color #82342E: hue angle of 4.29º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82342E is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 46 -
CMYK 0 0.60 0.65 0.49
HSL 4.29º 0.48% 0.35% -
HSV(B) 4.29º 0.65% 0.51% -
XYZ 10.93 7.4 3.44 -
YUV 74.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 130 52 46 0 0.60 0.65 0.49 4.29 0.48 0.35
Hex 82 34 2E 0 3C 41 31 4 30 23
Octal 202 64 56 0 74 101 61 4 60 43
Binary 10000010 110100 101110 0 111100 1000001 110001 100 110000 100011

Color Harmonies of #82342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82342E

Black with #82342E

Text Example


Text Example

White with #82342E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,52,46); }

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

background-color css

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

 a { background-color: rgb(130,52,46); }

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

border-color css

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

 span { border-color: rgb(130,52,46); }

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