Html Css Color HEX #82342A Crab Apple

📋 copy color: '#82342A'

red 130 ◦ green 52 ◦ blue 42

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

Shades of Crab Apple #82342A

Tints of Crab Apple #82342A

RGB

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

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

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

R = 58.04%
G = 23.21%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82342A (or 0x82342A) is known color: Crab Apple. HEX triplet: 82, 34 and 2A. RGB value is (130,52,42). Sum of RGB (Red+Green+Blue) = 130+52+42=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82342A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82342A is #7DCBD5. Grayscale: #4A4A4A. Windows color (decimal): -8244182 or 2765954. OLE color: 2765954.

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

Color convert

RGB 130 52 42 -
CMYK 0 0.60 0.68 0.49
HSL 6.82º 0.51% 0.34% -
HSV(B) 6.82º 0.68% 0.51% -
XYZ 10.85 7.37 3.04 -
YUV 74.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 130 52 42 0 0.60 0.68 0.49 6.82 0.51 0.34
Hex 82 34 2A 0 3C 44 31 7 33 22
Octal 202 64 52 0 74 104 61 7 63 42
Binary 10000010 110100 101010 0 111100 1000100 110001 111 110011 100010

Color Harmonies of #82342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82342A

Black with #82342A

Text Example


Text Example

White with #82342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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