Html Css Color HEX #751120 Red Berry

📋 copy color: '#751120'

red 117 ◦ green 17 ◦ blue 32

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

Shades of Red Berry #751120

Tints of Red Berry #751120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.28%

R = 70.48%
G = 10.24%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#751120 (or 0x751120) is known color: Red Berry. HEX triplet: 75, 11 and 20. RGB value is (117,17,32). Sum of RGB (Red+Green+Blue) = 117+17+32=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #751120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751120 is #8AEEDF. Grayscale: #303030. Windows color (decimal): -9105120 or 2101621. OLE color: 2101621.

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

Color convert

RGB 117 17 32 -
CMYK 0 0.85 0.73 0.54
HSL 351º 0.75% 0.26% -
HSV(B) 351º 0.85% 0.46% -
XYZ 7.8 4.29 1.78 -
YUV 48.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 117 17 32 0 0.85 0.73 0.54 351 0.75 0.26
Hex 75 11 20 0 55 49 36 15F 4B 1A
Octal 165 21 40 0 125 111 66 537 113 32
Binary 1110101 10001 100000 0 1010101 1001001 110110 101011111 1001011 11010

Color Harmonies of #751120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751120

Black with #751120

Text Example


Text Example

White with #751120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751120; }

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

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

background-color css

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

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

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

border-color css

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

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

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