Html Css Color HEX #750306 Sangria

📋 copy color: '#750306'

red 117 ◦ green 3 ◦ blue 6

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

Shades of Sangria #750306

Tints of Sangria #750306

RGB

 RED value IS 117 (46.09% from 255) = 92.86%

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

 BLUE value IS 6 (2.73% from 255) = 4.76%

R = 92.86%
G = 2.38%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#750306 (or 0x750306) is known color: Sangria. HEX triplet: 75, 03 and 06. RGB value is (117,3,6). Sum of RGB (Red+Green+Blue) = 117+3+6=126 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.86% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 117 - color contains mainly: red. Hex color #750306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750306 is #8AFCF9. Grayscale: #252525. Windows color (decimal): -9108730 or 394101. OLE color: 394101.

HSL color Cylindrical-coordinate representation of color #750306: hue angle of 358.42º 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 #750306 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 3 6 -
CMYK 0 0.97 0.95 0.54
HSL 358.42º 0.95% 0.24% -
HSV(B) 358.42º 0.97% 0.46% -
XYZ 7.4 3.86 0.53 -
YUV 37.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 117 3 6 0 0.97 0.95 0.54 358.42 0.95 0.24
Hex 75 3 6 0 61 5F 36 166 5F 18
Octal 165 3 6 0 141 137 66 546 137 30
Binary 1110101 11 110 0 1100001 1011111 110110 101100110 1011111 11000

Color Harmonies of #750306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750306

Black with #750306

Text Example


Text Example

White with #750306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750306; }

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

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

background-color css

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

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

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

border-color css

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

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

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