Html Css Color HEX #750F11 Red Berry

📋 copy color: '#750F11'

red 117 ◦ green 15 ◦ blue 17

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

Shades of Red Berry #750F11

Tints of Red Berry #750F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.07%

 BLUE value IS 17 (7.03% from 255) = 11.41%

R = 78.52%
G = 10.07%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#750F11 (or 0x750F11) is known color: Red Berry. HEX triplet: 75, 0F and 11. RGB value is (117,15,17). Sum of RGB (Red+Green+Blue) = 117+15+17=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #750F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F11 is #8AF0EE. Grayscale: #2D2D2D. Windows color (decimal): -9105647 or 1118069. OLE color: 1118069.

HSL color Cylindrical-coordinate representation of color #750F11: hue angle of 358.82º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F11 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 15 17 -
CMYK 0 0.87 0.85 0.54
HSL 358.82º 0.77% 0.26% -
HSV(B) 358.82º 0.87% 0.46% -
XYZ 7.61 4.16 0.93 -
YUV 45.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 117 15 17 0 0.87 0.85 0.54 358.82 0.77 0.26
Hex 75 F 11 0 57 55 36 167 4D 1A
Octal 165 17 21 0 127 125 66 547 115 32
Binary 1110101 1111 10001 0 1010111 1010101 110110 101100111 1001101 11010

Color Harmonies of #750F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750F11

Black with #750F11

Text Example


Text Example

White with #750F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750F11; }

 p { color: rgb(117,15,17); }

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

background-color css

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

 a { background-color: rgb(117,15,17); }

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

border-color css

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

 span { border-color: rgb(117,15,17); }

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