#7B382F

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

Shades of Crown Of Thorns #7B382F

Tints of Crown Of Thorns #7B382F

Color information

#7B382F (or 0x7B382F) is unknown color: approx Crown Of Thorns. HEX triplet: 7B, 38 and 2F. RGB value is (123,56,47). Sum of RGB (Red+Green+Blue) = 123+56+47=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B382F is #84C7D0. Grayscale: #4B4B4B. Windows color (decimal): -8701905 or 3094651. OLE color: 3094651.

HSL color Cylindrical-coordinate representation of color #7B382F: hue angle of 7.11º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B382F is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB1235647-
CMYK00.540.620.52
HSL7.11º44.71%33.33%-
HSV(B)7.11º61.79%48.24%-
XYZ10.17.243.56-
YUV75.01112.2162.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 54.42%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=54.42%
G=24.78%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123564700.540.620.527.1144.7133.33
Hex7B382F0363E3472d21
Octal1737057066766475541
Binary11110111110001011110110110111110110100111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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