Html Css Color HEX #751320 Red Berry

📋 copy color: '#751320'

red 117 ◦ green 19 ◦ blue 32

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

Shades of Red Berry #751320

Tints of Red Berry #751320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 69.64%
G = 11.31%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#751320 (or 0x751320) is known color: Red Berry. HEX triplet: 75, 13 and 20. RGB value is (117,19,32). Sum of RGB (Red+Green+Blue) = 117+19+32=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #751320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751320 is #8AECDF. Grayscale: #313131. Windows color (decimal): -9104608 or 2102133. OLE color: 2102133.

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

Color convert

RGB 117 19 32 -
CMYK 0 0.84 0.73 0.54
HSL 352.04º 0.72% 0.27% -
HSV(B) 352.04º 0.84% 0.46% -
XYZ 7.83 4.35 1.79 -
YUV 49.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 117 19 32 0 0.84 0.73 0.54 352.04 0.72 0.27
Hex 75 13 20 0 54 49 36 160 48 1B
Octal 165 23 40 0 124 111 66 540 110 33
Binary 1110101 10011 100000 0 1010100 1001001 110110 101100000 1001000 11011

Color Harmonies of #751320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751320

Black with #751320

Text Example


Text Example

White with #751320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751320; }

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

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

background-color css

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

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

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

border-color css

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

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

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