Html Css Color HEX #751620 Red Berry

📋 copy color: '#751620'

red 117 ◦ green 22 ◦ blue 32

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

Shades of Red Berry #751620

Tints of Red Berry #751620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

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

R = 68.42%
G = 12.87%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#751620 (or 0x751620) is known color: Red Berry. HEX triplet: 75, 16 and 20. RGB value is (117,22,32). Sum of RGB (Red+Green+Blue) = 117+22+32=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #751620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751620 is #8AE9DF. Grayscale: #333333. Windows color (decimal): -9103840 or 2102901. OLE color: 2102901.

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

Color convert

RGB 117 22 32 -
CMYK 0 0.81 0.73 0.54
HSL 353.68º 0.68% 0.27% -
HSV(B) 353.68º 0.81% 0.46% -
XYZ 7.88 4.46 1.81 -
YUV 51.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 117 22 32 0 0.81 0.73 0.54 353.68 0.68 0.27
Hex 75 16 20 0 51 49 36 162 44 1B
Octal 165 26 40 0 121 111 66 542 104 33
Binary 1110101 10110 100000 0 1010001 1001001 110110 101100010 1000100 11011

Color Harmonies of #751620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751620

Black with #751620

Text Example


Text Example

White with #751620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751620; }

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

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

background-color css

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

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

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

border-color css

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

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

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