Html Css Color HEX #94363D Well Read

📋 copy color: '#94363D'

red 148 ◦ green 54 ◦ blue 61

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

Shades of Well Read #94363D

Tints of Well Read #94363D

RGB

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

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

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

R = 56.27%
G = 20.53%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#94363D (or 0x94363D) is known color: Well Read. HEX triplet: 94, 36 and 3D. RGB value is (148,54,61). Sum of RGB (Red+Green+Blue) = 148+54+61=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94363D is #6BC9C2. Grayscale: #525252. Windows color (decimal): -7064003 or 4011668. OLE color: 4011668.

HSL color Cylindrical-coordinate representation of color #94363D: hue angle of 355.53º 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 #94363D is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 54 61 -
CMYK 0 0.64 0.59 0.42
HSL 355.53º 0.47% 0.4% -
HSV(B) 355.53º 0.64% 0.58% -
XYZ 14.37 9.27 5.45 -
YUV 82.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 148 54 61 0 0.64 0.59 0.42 355.53 0.47 0.4
Hex 94 36 3D 0 40 3B 2A 164 2F 28
Octal 224 66 75 0 100 73 52 544 57 50
Binary 10010100 110110 111101 0 1000000 111011 101010 101100100 101111 101000

Color Harmonies of #94363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94363D

Black with #94363D

Text Example


Text Example

White with #94363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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