Html Css Color HEX #94363B Well Read

📋 copy color: '#94363B'

red 148 ◦ green 54 ◦ blue 59

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

Shades of Well Read #94363B

Tints of Well Read #94363B

RGB

 RED value IS 148 (58.2% from 255) = 56.7%

 GREEN value IS 54 (21.48% from 255) = 20.69%

 BLUE value IS 59 (23.44% from 255) = 22.61%

R = 56.7%
G = 20.69%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#94363B (or 0x94363B) is known color: Well Read. HEX triplet: 94, 36 and 3B. RGB value is (148,54,59). Sum of RGB (Red+Green+Blue) = 148+54+59=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94363B is #6BC9C4. Grayscale: #525252. Windows color (decimal): -7064005 or 3880596. OLE color: 3880596.

HSL color Cylindrical-coordinate representation of color #94363B: hue angle of 356.81º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94363B is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 54 59 -
CMYK 0 0.64 0.60 0.42
HSL 356.81º 0.47% 0.4% -
HSV(B) 356.81º 0.64% 0.58% -
XYZ 14.32 9.25 5.17 -
YUV 82.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 148 54 59 0 0.64 0.60 0.42 356.81 0.47 0.4
Hex 94 36 3B 0 40 3C 2A 165 2F 28
Octal 224 66 73 0 100 74 52 545 57 50
Binary 10010100 110110 111011 0 1000000 111100 101010 101100101 101111 101000

Color Harmonies of #94363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94363B

Black with #94363B

Text Example


Text Example

White with #94363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,54,59); }

 H1.HeaderClassName
 {
   color: #94363B;
 }
 .AnyTagClassName
 {
   color: #94363B;
 }
</style>

background-color css

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

 a { background-color: rgb(148,54,59); }

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

border-color css

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

 span { border-color: rgb(148,54,59); }

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