#7C382D

Color #7C382D Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #7C382D

Tints of Crown Of Thorns #7C382D

Color information

#7C382D (or 0x7C382D) is unknown color: approx Crown Of Thorns. HEX triplet: 7C, 38 and 2D. RGB value is (124,56,45). Sum of RGB (Red+Green+Blue) = 124+56+45=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C382D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C382D is #83C7D2. Grayscale: #4B4B4B. Windows color (decimal): -8636371 or 2963580. OLE color: 2963580.

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

Color convert

RGB1245645-
CMYK00.550.640.51
HSL8.35º46.75%33.14%-
HSV(B)8.35º63.71%48.63%-
XYZ10.27.33.35-
YUV75.08111.03162.89-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.11%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 45 (17.97% from 255) = 20%
R=55.11%
G=24.89%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124564500.550.640.518.3546.7533.14
Hex7C382D037403382f21
Octal174705506710063105741
Binary1111100111000101101011011110000001100111000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,45); }

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

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

 a { background-color: rgb(124,56,45); }

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

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

 span { border-color: rgb(124,56,45); }

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