#92374B

Color #92374B Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #92374B

Tints of Camelot #92374B

Color information

#92374B (or 0x92374B) is unknown color: approx Camelot. HEX triplet: 92, 37 and 4B. RGB value is (146,55,75). Sum of RGB (Red+Green+Blue) = 146+55+75=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #92374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92374B is #6DC8B4. Grayscale: #545454. Windows color (decimal): -7194805 or 4929426. OLE color: 4929426.

HSL color Cylindrical-coordinate representation of color #92374B: hue angle of 346.81º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92374B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1465575-
CMYK00.620.490.43
HSL346.81º45.27%39.41%-
HSV(B)346.81º62.33%57.25%-
XYZ14.499.357.7-
YUV84.49122.65171.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 55 (21.88% from 255) = 19.93%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=52.90%
G=19.93%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146557500.620.490.43346.8145.2739.41
Hex92374B03E312B15b2d27
Octal2226711307661535335547
Binary1001001011011110010110111110110001101011101011011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92374B; }

 p { color: rgb(146,55,75); }

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

<style>
 a { background-color: #92374B; }

 a { background-color: rgb(146,55,75); }

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

<style>
 span { border-color: #92374B; }

 span { border-color: rgb(146,55,75); }

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