Html Css Color HEX #95020F Sangria

📋 copy color: '#95020F'

red 149 ◦ green 2 ◦ blue 15

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

Shades of Sangria #95020F

Tints of Sangria #95020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 15 (6.25% from 255) = 9.04%

R = 89.76%
G = 1.2%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95020F (or 0x95020F) is known color: Sangria. HEX triplet: 95, 02 and 0F. RGB value is (149,2,15). Sum of RGB (Red+Green+Blue) = 149+2+15=166 (21% of max value = 765). Red value is 149 (58.59% from 255 or 89.76% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 149 - color contains mainly: red. Hex color #95020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95020F is #6AFDF0. Grayscale: #2F2F2F. Windows color (decimal): -7011825 or 983701. OLE color: 983701.

HSL color Cylindrical-coordinate representation of color #95020F: hue angle of 354.69º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95020F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 15 -
CMYK 0 0.99 0.90 0.42
HSL 354.69º 0.97% 0.3% -
HSV(B) 354.69º 0.99% 0.58% -
XYZ 12.5 6.47 1.04 -
YUV 47.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 149 2 15 0 0.99 0.90 0.42 354.69 0.97 0.3
Hex 95 2 F 0 63 5A 2A 163 61 1E
Octal 225 2 17 0 143 132 52 543 141 36
Binary 10010101 10 1111 0 1100011 1011010 101010 101100011 1100001 11110

Color Harmonies of #95020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95020F

Black with #95020F

Text Example


Text Example

White with #95020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95020F; }

 p { color: rgb(149,2,15); }

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

background-color css

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

 a { background-color: rgb(149,2,15); }

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

border-color css

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

 span { border-color: rgb(149,2,15); }

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