Html Css Color HEX #941238 Shiraz

📋 copy color: '#941238'

red 148 ◦ green 18 ◦ blue 56

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

Shades of Shiraz #941238

Tints of Shiraz #941238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

 BLUE value IS 56 (22.27% from 255) = 25.23%

R = 66.67%
G = 8.11%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#941238 (or 0x941238) is known color: Shiraz. HEX triplet: 94, 12 and 38. RGB value is (148,18,56). Sum of RGB (Red+Green+Blue) = 148+18+56=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #941238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941238 is #6BEDC7. Grayscale: #3D3D3D. Windows color (decimal): -7073224 or 3674772. OLE color: 3674772.

HSL color Cylindrical-coordinate representation of color #941238: hue angle of 342.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941238 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 18 56 -
CMYK 0 0.88 0.62 0.42
HSL 342.46º 0.78% 0.33% -
HSV(B) 342.46º 0.88% 0.58% -
XYZ 13.14 7.01 4.4 -
YUV 61.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 148 18 56 0 0.88 0.62 0.42 342.46 0.78 0.33
Hex 94 12 38 0 58 3E 2A 156 4E 21
Octal 224 22 70 0 130 76 52 526 116 41
Binary 10010100 10010 111000 0 1011000 111110 101010 101010110 1001110 100001

Color Harmonies of #941238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941238

Black with #941238

Text Example


Text Example

White with #941238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941238; }

 p { color: rgb(148,18,56); }

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

background-color css

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

 a { background-color: rgb(148,18,56); }

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

border-color css

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

 span { border-color: rgb(148,18,56); }

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