Html Css Color HEX #84342B Crab Apple

📋 copy color: '#84342B'

red 132 ◦ green 52 ◦ blue 43

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

Shades of Crab Apple #84342B

Tints of Crab Apple #84342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 58.15%
G = 22.91%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84342B (or 0x84342B) is known color: Crab Apple. HEX triplet: 84, 34 and 2B. RGB value is (132,52,43). Sum of RGB (Red+Green+Blue) = 132+52+43=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84342B is #7BCBD4. Grayscale: #4B4B4B. Windows color (decimal): -8113109 or 2831492. OLE color: 2831492.

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

Color convert

RGB 132 52 43 -
CMYK 0 0.61 0.67 0.48
HSL 6.07º 0.51% 0.34% -
HSV(B) 6.07º 0.67% 0.52% -
XYZ 11.18 7.54 3.15 -
YUV 74.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 132 52 43 0 0.61 0.67 0.48 6.07 0.51 0.34
Hex 84 34 2B 0 3D 43 30 6 33 22
Octal 204 64 53 0 75 103 60 6 63 42
Binary 10000100 110100 101011 0 111101 1000011 110000 110 110011 100010

Color Harmonies of #84342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84342B

Black with #84342B

Text Example


Text Example

White with #84342B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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