Html Css Color HEX #84342D Crab Apple

📋 copy color: '#84342D'

red 132 ◦ green 52 ◦ blue 45

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

Shades of Crab Apple #84342D

Tints of Crab Apple #84342D

RGB

 RED value IS 132 (51.95% from 255) = 57.64%

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

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

R = 57.64%
G = 22.71%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84342D (or 0x84342D) is known color: Crab Apple. HEX triplet: 84, 34 and 2D. RGB value is (132,52,45). Sum of RGB (Red+Green+Blue) = 132+52+45=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84342D is #7BCBD2. Grayscale: #4B4B4B. Windows color (decimal): -8113107 or 2962564. OLE color: 2962564.

HSL color Cylindrical-coordinate representation of color #84342D: hue angle of 4.83º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84342D is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 45 -
CMYK 0 0.61 0.66 0.48
HSL 4.83º 0.49% 0.35% -
HSV(B) 4.83º 0.66% 0.52% -
XYZ 11.22 7.55 3.35 -
YUV 75.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 132 52 45 0 0.61 0.66 0.48 4.83 0.49 0.35
Hex 84 34 2D 0 3D 42 30 5 31 23
Octal 204 64 55 0 75 102 60 5 61 43
Binary 10000100 110100 101101 0 111101 1000010 110000 101 110001 100011

Color Harmonies of #84342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84342D

Black with #84342D

Text Example


Text Example

White with #84342D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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