Html Css Color HEX #95123A Shiraz

📋 copy color: '#95123A'

red 149 ◦ green 18 ◦ blue 58

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

Shades of Shiraz #95123A

Tints of Shiraz #95123A

RGB

 RED value IS 149 (58.59% from 255) = 66.22%

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

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 66.22%
G = 8%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#95123A (or 0x95123A) is known color: Shiraz. HEX triplet: 95, 12 and 3A. RGB value is (149,18,58). Sum of RGB (Red+Green+Blue) = 149+18+58=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #95123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95123A is #6AEDC5. Grayscale: #3D3D3D. Windows color (decimal): -7007686 or 3805845. OLE color: 3805845.

HSL color Cylindrical-coordinate representation of color #95123A: hue angle of 341.68º 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 #95123A is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 58 -
CMYK 0 0.88 0.61 0.42
HSL 341.68º 0.78% 0.33% -
HSV(B) 341.68º 0.88% 0.58% -
XYZ 13.37 7.13 4.67 -
YUV 61.73 125.9 190.25 -
System Red Green Blue C M Y K H S L
Decimal 149 18 58 0 0.88 0.61 0.42 341.68 0.78 0.33
Hex 95 12 3A 0 58 3D 2A 156 4E 21
Octal 225 22 72 0 130 75 52 526 116 41
Binary 10010101 10010 111010 0 1011000 111101 101010 101010110 1001110 100001

Color Harmonies of #95123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95123A

Black with #95123A

Text Example


Text Example

White with #95123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95123A; }

 p { color: rgb(149,18,58); }

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

background-color css

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

 a { background-color: rgb(149,18,58); }

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

border-color css

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

 span { border-color: rgb(149,18,58); }

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