Html Css Color HEX #751020 Red Berry

📋 copy color: '#751020'

red 117 ◦ green 16 ◦ blue 32

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

Shades of Red Berry #751020

Tints of Red Berry #751020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 70.91%
G = 9.7%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#751020 (or 0x751020) is known color: Red Berry. HEX triplet: 75, 10 and 20. RGB value is (117,16,32). Sum of RGB (Red+Green+Blue) = 117+16+32=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #751020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751020 is #8AEFDF. Grayscale: #303030. Windows color (decimal): -9105376 or 2101365. OLE color: 2101365.

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

Color convert

RGB 117 16 32 -
CMYK 0 0.86 0.73 0.54
HSL 350.5º 0.76% 0.26% -
HSV(B) 350.5º 0.86% 0.46% -
XYZ 7.78 4.26 1.78 -
YUV 48.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 117 16 32 0 0.86 0.73 0.54 350.5 0.76 0.26
Hex 75 10 20 0 56 49 36 15E 4C 1A
Octal 165 20 40 0 126 111 66 536 114 32
Binary 1110101 10000 100000 0 1010110 1001001 110110 101011110 1001100 11010

Color Harmonies of #751020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751020

Black with #751020

Text Example


Text Example

White with #751020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751020; }

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

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

background-color css

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

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

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

border-color css

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

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

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