#7B3831

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

Shades of Crown Of Thorns #7B3831

Tints of Crown Of Thorns #7B3831

Color information

#7B3831 (or 0x7B3831) is unknown color: approx Crown Of Thorns. HEX triplet: 7B, 38 and 31. RGB value is (123,56,49). Sum of RGB (Red+Green+Blue) = 123+56+49=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3831 is #84C7CE. Grayscale: #4B4B4B. Windows color (decimal): -8701903 or 3225723. OLE color: 3225723.

HSL color Cylindrical-coordinate representation of color #7B3831: hue angle of 5.68º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B3831 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB1235649-
CMYK00.540.600.52
HSL5.68º43.02%33.73%-
HSV(B)5.68º60.16%48.24%-
XYZ10.147.263.77-
YUV75.24113.2162.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.95%
GREEN value IS 56 (22.27% from 255) = 24.56%
BLUE value IS 49 (19.53% from 255) = 21.49%
R=53.95%
G=24.56%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123564900.540.600.525.6843.0233.73
Hex7B38310363C3462b22
Octal1737061066746465342
Binary11110111110001100010110110111100110100110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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