Html Css Color HEX #751720 Red Berry

📋 copy color: '#751720'

red 117 ◦ green 23 ◦ blue 32

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

Shades of Red Berry #751720

Tints of Red Berry #751720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.37%

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

R = 68.02%
G = 13.37%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#751720 (or 0x751720) is known color: Red Berry. HEX triplet: 75, 17 and 20. RGB value is (117,23,32). Sum of RGB (Red+Green+Blue) = 117+23+32=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #751720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751720 is #8AE8DF. Grayscale: #343434. Windows color (decimal): -9103584 or 2103157. OLE color: 2103157.

HSL color Cylindrical-coordinate representation of color #751720: hue angle of 354.26º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751720 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 32 -
CMYK 0 0.80 0.73 0.54
HSL 354.26º 0.67% 0.27% -
HSV(B) 354.26º 0.8% 0.46% -
XYZ 7.9 4.5 1.82 -
YUV 52.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 117 23 32 0 0.80 0.73 0.54 354.26 0.67 0.27
Hex 75 17 20 0 50 49 36 162 43 1B
Octal 165 27 40 0 120 111 66 542 103 33
Binary 1110101 10111 100000 0 1010000 1001001 110110 101100010 1000011 11011

Color Harmonies of #751720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751720

Black with #751720

Text Example


Text Example

White with #751720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751720; }

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

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

background-color css

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

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

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

border-color css

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

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

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