Html Css Color HEX #95030F Sangria

📋 copy color: '#95030F'

red 149 ◦ green 3 ◦ blue 15

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

Shades of Sangria #95030F

Tints of Sangria #95030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

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

R = 89.22%
G = 1.8%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95030F (or 0x95030F) is known color: Sangria. HEX triplet: 95, 03 and 0F. RGB value is (149,3,15). Sum of RGB (Red+Green+Blue) = 149+3+15=167 (22% of max value = 765). Red value is 149 (58.59% from 255 or 89.22% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 149 - color contains mainly: red. Hex color #95030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95030F is #6AFCF0. Grayscale: #303030. Windows color (decimal): -7011569 or 983957. OLE color: 983957.

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

Color convert

RGB 149 3 15 -
CMYK 0 0.98 0.90 0.42
HSL 355.07º 0.96% 0.3% -
HSV(B) 355.07º 0.98% 0.58% -
XYZ 12.51 6.49 1.04 -
YUV 48.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 149 3 15 0 0.98 0.90 0.42 355.07 0.96 0.3
Hex 95 3 F 0 62 5A 2A 163 60 1E
Octal 225 3 17 0 142 132 52 543 140 36
Binary 10010101 11 1111 0 1100010 1011010 101010 101100011 1100000 11110

Color Harmonies of #95030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95030F

Black with #95030F

Text Example


Text Example

White with #95030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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