Html Css Color HEX #84312C Crab Apple

📋 copy color: '#84312C'

red 132 ◦ green 49 ◦ blue 44

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

Shades of Crab Apple #84312C

Tints of Crab Apple #84312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 58.67%
G = 21.78%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84312C (or 0x84312C) is known color: Crab Apple. HEX triplet: 84, 31 and 2C. RGB value is (132,49,44). Sum of RGB (Red+Green+Blue) = 132+49+44=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #84312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84312C is #7BCED3. Grayscale: #494949. Windows color (decimal): -8113876 or 2896260. OLE color: 2896260.

HSL color Cylindrical-coordinate representation of color #84312C: hue angle of 3.41º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84312C is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 49 44 -
CMYK 0 0.63 0.67 0.48
HSL 3.41º 0.5% 0.35% -
HSV(B) 3.41º 0.67% 0.52% -
XYZ 11.07 7.28 3.21 -
YUV 73.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 132 49 44 0 0.63 0.67 0.48 3.41 0.5 0.35
Hex 84 31 2C 0 3F 43 30 3 32 23
Octal 204 61 54 0 77 103 60 3 62 43
Binary 10000100 110001 101100 0 111111 1000011 110000 11 110010 100011

Color Harmonies of #84312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84312C

Black with #84312C

Text Example


Text Example

White with #84312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84312C; }

 p { color: rgb(132,49,44); }

 H1.HeaderClassName
 {
   color: #84312C;
 }
 .AnyTagClassName
 {
   color: #84312C;
 }
</style>

background-color css

<style>
 a { background-color: #84312C; }

 a { background-color: rgb(132,49,44); }

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

border-color css

<style>
 span { border-color: #84312C; }

 span { border-color: rgb(132,49,44); }

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