Html Css Color HEX #751113 Red Berry

📋 copy color: '#751113'

red 117 ◦ green 17 ◦ blue 19

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

Shades of Red Berry #751113

Tints of Red Berry #751113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

 BLUE value IS 19 (7.81% from 255) = 12.42%

R = 76.47%
G = 11.11%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#751113 (or 0x751113) is known color: Red Berry. HEX triplet: 75, 11 and 13. RGB value is (117,17,19). Sum of RGB (Red+Green+Blue) = 117+17+19=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #751113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751113 is #8AEEEC. Grayscale: #2F2F2F. Windows color (decimal): -9105133 or 1249653. OLE color: 1249653.

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

Color convert

RGB 117 17 19 -
CMYK 0 0.85 0.84 0.54
HSL 358.8º 0.75% 0.26% -
HSV(B) 358.8º 0.85% 0.46% -
XYZ 7.65 4.23 1.03 -
YUV 47.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 117 17 19 0 0.85 0.84 0.54 358.8 0.75 0.26
Hex 75 11 13 0 55 54 36 167 4B 1A
Octal 165 21 23 0 125 124 66 547 113 32
Binary 1110101 10001 10011 0 1010101 1010100 110110 101100111 1001011 11010

Color Harmonies of #751113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751113

Black with #751113

Text Example


Text Example

White with #751113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751113; }

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

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

background-color css

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

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

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

border-color css

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

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

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