Html Css Color HEX #91040F Sangria

📋 copy color: '#91040F'

red 145 ◦ green 4 ◦ blue 15

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

Shades of Sangria #91040F

Tints of Sangria #91040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

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

R = 88.41%
G = 2.44%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91040F (or 0x91040F) is known color: Sangria. HEX triplet: 91, 04 and 0F. RGB value is (145,4,15). Sum of RGB (Red+Green+Blue) = 145+4+15=164 (21% of max value = 765). Red value is 145 (57.03% from 255 or 88.41% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 145 - color contains mainly: red. Hex color #91040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91040F is #6EFBF0. Grayscale: #2F2F2F. Windows color (decimal): -7273457 or 984209. OLE color: 984209.

HSL color Cylindrical-coordinate representation of color #91040F: hue angle of 355.32º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91040F is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 4 15 -
CMYK 0 0.97 0.90 0.43
HSL 355.32º 0.95% 0.29% -
HSV(B) 355.32º 0.97% 0.57% -
XYZ 11.81 6.14 1.01 -
YUV 47.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 145 4 15 0 0.97 0.90 0.43 355.32 0.95 0.29
Hex 91 4 F 0 61 5A 2B 163 5F 1D
Octal 221 4 17 0 141 132 53 543 137 35
Binary 10010001 100 1111 0 1100001 1011010 101011 101100011 1011111 11101

Color Harmonies of #91040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91040F

Black with #91040F

Text Example


Text Example

White with #91040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,4,15); }

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

background-color css

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

 a { background-color: rgb(145,4,15); }

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

border-color css

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

 span { border-color: rgb(145,4,15); }

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