#75030A

Color #75030A Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #75030A

Tints of Sangria #75030A

Color information

#75030A (or 0x75030A) is unknown color: approx Sangria. HEX triplet: 75, 03 and 0A. RGB value is (117,3,10). Sum of RGB (Red+Green+Blue) = 117+3+10=130 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 117 - color contains mainly: red. Hex color #75030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75030A is #8AFCF5. Grayscale: #252525. Windows color (decimal): -9108726 or 656245. OLE color: 656245.

HSL color Cylindrical-coordinate representation of color #75030A: hue angle of 356.32º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75030A is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB117310-
CMYK00.970.910.54
HSL356.32º95%23.53%-
HSV(B)356.32º97.44%45.88%-
XYZ7.423.870.64-
YUV37.88112.27184.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 90%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=90%
G=2.31%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11731000.970.910.54356.329523.53
Hex753A0615B361645f18
Octal16531201411336654413730
Binary1110101111010011000011011011110110101100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75030A; }

 p { color: rgb(117,3,10); }

 H1.HeaderClassName
 {
   color: #75030A;
 }
 .AnyTagClassName
 {
   color: #75030A;
 }
</style>
background-color css

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

 a { background-color: rgb(117,3,10); }

 div.DivClassName
 {
   background-color: #75030A;
 }
 .BgClassName
 {
   background-color: #75030A;
 }
</style>
border-color css

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

 span { border-color: rgb(117,3,10); }

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