Html Css Color HEX #751329 Red Berry

📋 copy color: '#751329'

red 117 ◦ green 19 ◦ blue 41

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

Shades of Red Berry #751329

Tints of Red Berry #751329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 66.1%
G = 10.73%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#751329 (or 0x751329) is known color: Red Berry. HEX triplet: 75, 13 and 29. RGB value is (117,19,41). Sum of RGB (Red+Green+Blue) = 117+19+41=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #751329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751329 is #8AECD6. Grayscale: #323232. Windows color (decimal): -9104599 or 2691957. OLE color: 2691957.

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

Color convert

RGB 117 19 41 -
CMYK 0 0.84 0.65 0.54
HSL 346.53º 0.72% 0.27% -
HSV(B) 346.53º 0.84% 0.46% -
XYZ 7.97 4.41 2.53 -
YUV 50.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 117 19 41 0 0.84 0.65 0.54 346.53 0.72 0.27
Hex 75 13 29 0 54 41 36 15B 48 1B
Octal 165 23 51 0 124 101 66 533 110 33
Binary 1110101 10011 101001 0 1010100 1000001 110110 101011011 1001000 11011

Color Harmonies of #751329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751329

Black with #751329

Text Example


Text Example

White with #751329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751329; }

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

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

background-color css

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

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

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

border-color css

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

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

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