Html Css Color HEX #752329 Red Berry

📋 copy color: '#752329'

red 117 ◦ green 35 ◦ blue 41

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

Shades of Red Berry #752329

Tints of Red Berry #752329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.13%

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

R = 60.62%
G = 18.13%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#752329 (or 0x752329) is known color: Red Berry. HEX triplet: 75, 23 and 29. RGB value is (117,35,41). Sum of RGB (Red+Green+Blue) = 117+35+41=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #752329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752329 is #8ADCD6. Grayscale: #3C3C3C. Windows color (decimal): -9100503 or 2696053. OLE color: 2696053.

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

Color convert

RGB 117 35 41 -
CMYK 0 0.70 0.65 0.54
HSL 355.61º 0.54% 0.3% -
HSV(B) 355.61º 0.7% 0.46% -
XYZ 8.34 5.14 2.65 -
YUV 60.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 117 35 41 0 0.70 0.65 0.54 355.61 0.54 0.3
Hex 75 23 29 0 46 41 36 164 36 1E
Octal 165 43 51 0 106 101 66 544 66 36
Binary 1110101 100011 101001 0 1000110 1000001 110110 101100100 110110 11110

Color Harmonies of #752329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752329

Black with #752329

Text Example


Text Example

White with #752329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752329; }

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

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

background-color css

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

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

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

border-color css

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

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

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