Html Css Color HEX #83362F Crab Apple

📋 copy color: '#83362F'

red 131 ◦ green 54 ◦ blue 47

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

Shades of Crab Apple #83362F

Tints of Crab Apple #83362F

RGB

 RED value IS 131 (51.56% from 255) = 56.47%

 GREEN value IS 54 (21.48% from 255) = 23.28%

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 56.47%
G = 23.28%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83362F (or 0x83362F) is known color: Crab Apple. HEX triplet: 83, 36 and 2F. RGB value is (131,54,47). Sum of RGB (Red+Green+Blue) = 131+54+47=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #83362F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83362F is #7CC9D0. Grayscale: #4C4C4C. Windows color (decimal): -8178129 or 3094147. OLE color: 3094147.

HSL color Cylindrical-coordinate representation of color #83362F: hue angle of 5º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83362F is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 54 47 -
CMYK 0 0.59 0.64 0.49
HSL 0.47% 0.35% -
HSV(B) 0.64% 0.51% -
XYZ 11.19 7.67 3.58 -
YUV 76.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 131 54 47 0 0.59 0.64 0.49 5 0.47 0.35
Hex 83 36 2F 0 3B 40 31 5 2F 23
Octal 203 66 57 0 73 100 61 5 57 43
Binary 10000011 110110 101111 0 111011 1000000 110001 101 101111 100011

Color Harmonies of #83362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83362F

Black with #83362F

Text Example


Text Example

White with #83362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83362F; }

 p { color: rgb(131,54,47); }

 H1.HeaderClassName
 {
   color: #83362F;
 }
 .AnyTagClassName
 {
   color: #83362F;
 }
</style>

background-color css

<style>
 a { background-color: #83362F; }

 a { background-color: rgb(131,54,47); }

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

border-color css

<style>
 span { border-color: #83362F; }

 span { border-color: rgb(131,54,47); }

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