Html Css Color HEX #910309 Sangria

📋 copy color: '#910309'

red 145 ◦ green 3 ◦ blue 9

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

Shades of Sangria #910309

Tints of Sangria #910309

RGB

 RED value IS 145 (57.03% from 255) = 92.36%

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

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 92.36%
G = 1.91%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#910309 (or 0x910309) is known color: Sangria. HEX triplet: 91, 03 and 09. RGB value is (145,3,9). Sum of RGB (Red+Green+Blue) = 145+3+9=157 (20% of max value = 765). Red value is 145 (57.03% from 255 or 92.36% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 145 - color contains mainly: red. Hex color #910309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910309 is #6EFCF6. Grayscale: #2E2E2E. Windows color (decimal): -7273719 or 590737. OLE color: 590737.

HSL color Cylindrical-coordinate representation of color #910309: hue angle of 357.46º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910309 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 3 9 -
CMYK 0 0.98 0.94 0.43
HSL 357.46º 0.96% 0.29% -
HSV(B) 357.46º 0.98% 0.57% -
XYZ 11.76 6.1 0.82 -
YUV 46.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 145 3 9 0 0.98 0.94 0.43 357.46 0.96 0.29
Hex 91 3 9 0 62 5E 2B 165 60 1D
Octal 221 3 11 0 142 136 53 545 140 35
Binary 10010001 11 1001 0 1100010 1011110 101011 101100101 1100000 11101

Color Harmonies of #910309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910309

Black with #910309

Text Example


Text Example

White with #910309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910309; }

 p { color: rgb(145,3,9); }

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

background-color css

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

 a { background-color: rgb(145,3,9); }

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

border-color css

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

 span { border-color: rgb(145,3,9); }

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