#92374A

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

Shades of Camelot #92374A

Tints of Camelot #92374A

Color information

#92374A (or 0x92374A) is unknown color: approx Camelot. HEX triplet: 92, 37 and 4A. RGB value is (146,55,74). Sum of RGB (Red+Green+Blue) = 146+55+74=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #92374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92374A is #6DC8B5. Grayscale: #545454. Windows color (decimal): -7194806 or 4863890. OLE color: 4863890.

HSL color Cylindrical-coordinate representation of color #92374A: hue angle of 347.47º 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 #92374A is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB1465574-
CMYK00.620.490.43
HSL347.47º45.27%39.41%-
HSV(B)347.47º62.33%57.25%-
XYZ14.469.347.52-
YUV84.38122.15171.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=53.09%
G=20%
B=26.91%

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
Decimal146557400.620.490.43347.4745.2739.41
Hex92374A03E312B15b2d27
Octal2226711207661535335547
Binary1001001011011110010100111110110001101011101011011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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