Html Css Color HEX #751829 Red Berry

📋 copy color: '#751829'

red 117 ◦ green 24 ◦ blue 41

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

Shades of Red Berry #751829

Tints of Red Berry #751829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 64.29%
G = 13.19%
B = 22.53%

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

#751829 (or 0x751829) is known color: Red Berry. HEX triplet: 75, 18 and 29. RGB value is (117,24,41). Sum of RGB (Red+Green+Blue) = 117+24+41=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #751829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751829 is #8AE7D6. Grayscale: #353535. Windows color (decimal): -9103319 or 2693237. OLE color: 2693237.

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

Color convert

RGB 117 24 41 -
CMYK 0 0.79 0.65 0.54
HSL 349.03º 0.66% 0.28% -
HSV(B) 349.03º 0.79% 0.46% -
XYZ 8.06 4.6 2.56 -
YUV 53.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 117 24 41 0 0.79 0.65 0.54 349.03 0.66 0.28
Hex 75 18 29 0 4F 41 36 15D 42 1C
Octal 165 30 51 0 117 101 66 535 102 34
Binary 1110101 11000 101001 0 1001111 1000001 110110 101011101 1000010 11100

Color Harmonies of #751829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751829

Black with #751829

Text Example


Text Example

White with #751829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751829; }

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

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

background-color css

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

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

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

border-color css

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

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

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