Html Css Color HEX #751929 Red Berry

📋 copy color: '#751929'

red 117 ◦ green 25 ◦ blue 41

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

Shades of Red Berry #751929

Tints of Red Berry #751929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

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

R = 63.93%
G = 13.66%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#751929 (or 0x751929) is known color: Red Berry. HEX triplet: 75, 19 and 29. RGB value is (117,25,41). Sum of RGB (Red+Green+Blue) = 117+25+41=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #751929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751929 is #8AE6D6. Grayscale: #363636. Windows color (decimal): -9103063 or 2693493. OLE color: 2693493.

HSL color Cylindrical-coordinate representation of color #751929: hue angle of 349.57º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751929 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 41 -
CMYK 0 0.79 0.65 0.54
HSL 349.57º 0.65% 0.28% -
HSV(B) 349.57º 0.79% 0.46% -
XYZ 8.08 4.64 2.57 -
YUV 54.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 117 25 41 0 0.79 0.65 0.54 349.57 0.65 0.28
Hex 75 19 29 0 4F 41 36 15E 41 1C
Octal 165 31 51 0 117 101 66 536 101 34
Binary 1110101 11001 101001 0 1001111 1000001 110110 101011110 1000001 11100

Color Harmonies of #751929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751929

Black with #751929

Text Example


Text Example

White with #751929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751929; }

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

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

background-color css

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

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

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

border-color css

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

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

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