Html Css Color HEX #96313D Well Read

📋 copy color: '#96313D'

red 150 ◦ green 49 ◦ blue 61

#96313D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Well Read #96313D

Tints of Well Read #96313D

RGB

 RED value IS 150 (58.98% from 255) = 57.69%

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 61 (24.22% from 255) = 23.46%

R = 57.69%
G = 18.85%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96313D (or 0x96313D) is known color: Well Read. HEX triplet: 96, 31 and 3D. RGB value is (150,49,61). Sum of RGB (Red+Green+Blue) = 150+49+61=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96313D is #69CEC2. Grayscale: #505050. Windows color (decimal): -6934211 or 4010390. OLE color: 4010390.

HSL color Cylindrical-coordinate representation of color #96313D: hue angle of 352.87º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96313D is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 61 -
CMYK 0 0.67 0.59 0.41
HSL 352.87º 0.51% 0.39% -
HSV(B) 352.87º 0.67% 0.59% -
XYZ 14.52 9.02 5.39 -
YUV 80.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 150 49 61 0 0.67 0.59 0.41 352.87 0.51 0.39
Hex 96 31 3D 0 43 3B 29 161 33 27
Octal 226 61 75 0 103 73 51 541 63 47
Binary 10010110 110001 111101 0 1000011 111011 101001 101100001 110011 100111

Color Harmonies of #96313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96313D

Black with #96313D

Text Example


Text Example

White with #96313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96313D; }

 p { color: rgb(150,49,61); }

 H1.HeaderClassName
 {
   color: #96313D;
 }
 .AnyTagClassName
 {
   color: #96313D;
 }
</style>

background-color css

<style>
 a { background-color: #96313D; }

 a { background-color: rgb(150,49,61); }

 div.DivClassName
 {
   background-color: #96313D;
 }
 .BgClassName
 {
   background-color: #96313D;
 }
</style>

border-color css

<style>
 span { border-color: #96313D; }

 span { border-color: rgb(150,49,61); }

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