Html Css Color HEX #81382F Crab Apple

📋 copy color: '#81382F'

red 129 ◦ green 56 ◦ blue 47

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

Shades of Crab Apple #81382F

Tints of Crab Apple #81382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.14%

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

R = 55.6%
G = 24.14%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#81382F (or 0x81382F) is known color: Crab Apple. HEX triplet: 81, 38 and 2F. RGB value is (129,56,47). Sum of RGB (Red+Green+Blue) = 129+56+47=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #81382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81382F is #7EC7D0. Grayscale: #4C4C4C. Windows color (decimal): -8308689 or 3094657. OLE color: 3094657.

HSL color Cylindrical-coordinate representation of color #81382F: hue angle of 6.59º 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 #81382F is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 56 47 -
CMYK 0 0.57 0.64 0.49
HSL 6.59º 0.47% 0.35% -
HSV(B) 6.59º 0.64% 0.51% -
XYZ 10.98 7.7 3.6 -
YUV 76.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 129 56 47 0 0.57 0.64 0.49 6.59 0.47 0.35
Hex 81 38 2F 0 39 40 31 7 2F 23
Octal 201 70 57 0 71 100 61 7 57 43
Binary 10000001 111000 101111 0 111001 1000000 110001 111 101111 100011

Color Harmonies of #81382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81382F

Black with #81382F

Text Example


Text Example

White with #81382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,56,47); }

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

background-color css

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

 a { background-color: rgb(129,56,47); }

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

border-color css

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

 span { border-color: rgb(129,56,47); }

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