Html Css Color HEX #95123D Shiraz

📋 copy color: '#95123D'

red 149 ◦ green 18 ◦ blue 61

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

Shades of Shiraz #95123D

Tints of Shiraz #95123D

RGB

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

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

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

R = 65.35%
G = 7.89%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95123D (or 0x95123D) is known color: Shiraz. HEX triplet: 95, 12 and 3D. RGB value is (149,18,61). Sum of RGB (Red+Green+Blue) = 149+18+61=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95123D is #6AEDC2. Grayscale: #3E3E3E. Windows color (decimal): -7007683 or 4002453. OLE color: 4002453.

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

Color convert

RGB 149 18 61 -
CMYK 0 0.88 0.59 0.42
HSL 340.31º 0.78% 0.33% -
HSV(B) 340.31º 0.88% 0.58% -
XYZ 13.45 7.16 5.09 -
YUV 62.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 149 18 61 0 0.88 0.59 0.42 340.31 0.78 0.33
Hex 95 12 3D 0 58 3B 2A 154 4E 21
Octal 225 22 75 0 130 73 52 524 116 41
Binary 10010101 10010 111101 0 1011000 111011 101010 101010100 1001110 100001

Color Harmonies of #95123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95123D

Black with #95123D

Text Example


Text Example

White with #95123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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