#97383C

Color #97383C Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #97383C

Tints of Well Read #97383C

Color information

#97383C (or 0x97383C) is unknown color: approx Well Read. HEX triplet: 97, 38 and 3C. RGB value is (151,56,60). Sum of RGB (Red+Green+Blue) = 151+56+60=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #97383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97383C is #68C7C3. Grayscale: #545454. Windows color (decimal): -6866884 or 3946647. OLE color: 3946647.

HSL color Cylindrical-coordinate representation of color #97383C: hue angle of 357.47º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97383C is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB1515660-
CMYK00.630.600.41
HSL357.47º45.89%40.59%-
HSV(B)357.47º62.91%59.22%-
XYZ14.999.735.36-
YUV84.86113.97175.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=56.55%
G=20.97%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151566000.630.600.41357.4745.8940.59
Hex97383C03F3C291652e29
Octal227707407774515455651
Binary100101111110001111000111111111100101001101100101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97383C; }

 p { color: rgb(151,56,60); }

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

<style>
 a { background-color: #97383C; }

 a { background-color: rgb(151,56,60); }

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

<style>
 span { border-color: #97383C; }

 span { border-color: rgb(151,56,60); }

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