Html Css Color HEX #813630 Crab Apple

📋 copy color: '#813630'

red 129 ◦ green 54 ◦ blue 48

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

Shades of Crab Apple #813630

Tints of Crab Apple #813630

RGB

 RED value IS 129 (50.78% from 255) = 55.84%

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

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 55.84%
G = 23.38%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#813630 (or 0x813630) is known color: Crab Apple. HEX triplet: 81, 36 and 30. RGB value is (129,54,48). Sum of RGB (Red+Green+Blue) = 129+54+48=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #813630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813630 is #7EC9CF. Grayscale: #4B4B4B. Windows color (decimal): -8309200 or 3159681. OLE color: 3159681.

HSL color Cylindrical-coordinate representation of color #813630: hue angle of 4.44º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813630 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 54 48 -
CMYK 0 0.58 0.63 0.49
HSL 4.44º 0.46% 0.35% -
HSV(B) 4.44º 0.63% 0.51% -
XYZ 10.91 7.52 3.67 -
YUV 75.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 129 54 48 0 0.58 0.63 0.49 4.44 0.46 0.35
Hex 81 36 30 0 3A 3F 31 4 2E 23
Octal 201 66 60 0 72 77 61 4 56 43
Binary 10000001 110110 110000 0 111010 111111 110001 100 101110 100011

Color Harmonies of #813630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813630

Black with #813630

Text Example


Text Example

White with #813630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813630; }

 p { color: rgb(129,54,48); }

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

background-color css

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

 a { background-color: rgb(129,54,48); }

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

border-color css

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

 span { border-color: rgb(129,54,48); }

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