Html Css Color HEX #752029 Red Berry

📋 copy color: '#752029'

red 117 ◦ green 32 ◦ blue 41

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

Shades of Red Berry #752029

Tints of Red Berry #752029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

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

R = 61.58%
G = 16.84%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#752029 (or 0x752029) is known color: Red Berry. HEX triplet: 75, 20 and 29. RGB value is (117,32,41). Sum of RGB (Red+Green+Blue) = 117+32+41=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752029 is #8ADFD6. Grayscale: #3A3A3A. Windows color (decimal): -9101271 or 2695285. OLE color: 2695285.

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

Color convert

RGB 117 32 41 -
CMYK 0 0.73 0.65 0.54
HSL 353.65º 0.57% 0.29% -
HSV(B) 353.65º 0.73% 0.46% -
XYZ 8.25 4.98 2.62 -
YUV 58.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 117 32 41 0 0.73 0.65 0.54 353.65 0.57 0.29
Hex 75 20 29 0 49 41 36 162 39 1D
Octal 165 40 51 0 111 101 66 542 71 35
Binary 1110101 100000 101001 0 1001001 1000001 110110 101100010 111001 11101

Color Harmonies of #752029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752029

Black with #752029

Text Example


Text Example

White with #752029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752029; }

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

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

background-color css

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

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

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

border-color css

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

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

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