#7F382B

Color #7F382B Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #7F382B

Tints of Crab Apple #7F382B

Color information

#7F382B (or 0x7F382B) is unknown color: approx Crab Apple. HEX triplet: 7F, 38 and 2B. RGB value is (127,56,43). Sum of RGB (Red+Green+Blue) = 127+56+43=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F382B is #80C7D4. Grayscale: #4B4B4B. Windows color (decimal): -8439765 or 2832511. OLE color: 2832511.

HSL color Cylindrical-coordinate representation of color #7F382B: hue angle of 9.29º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F382B is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1275643-
CMYK00.560.660.50
HSL9.29º49.41%33.33%-
HSV(B)9.29º66.14%49.8%-
XYZ10.67.513.18-
YUV75.75109.52164.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.19%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=56.19%
G=24.78%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127564300.560.660.509.2949.4133.33
Hex7F382B038423293121
Octal177705307010262116141
Binary1111111111000101011011100010000101100101001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F382B; }

 p { color: rgb(127,56,43); }

 H1.HeaderClassName
 {
   color: #7F382B;
 }
 .AnyTagClassName
 {
   color: #7F382B;
 }
</style>
background-color css

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

 a { background-color: rgb(127,56,43); }

 div.DivClassName
 {
   background-color: #7F382B;
 }
 .BgClassName
 {
   background-color: #7F382B;
 }
</style>
border-color css

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

 span { border-color: rgb(127,56,43); }

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