Html Css Color HEX #752328 Red Berry

📋 copy color: '#752328'

red 117 ◦ green 35 ◦ blue 40

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

Shades of Red Berry #752328

Tints of Red Berry #752328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 60.94%
G = 18.23%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#752328 (or 0x752328) is known color: Red Berry. HEX triplet: 75, 23 and 28. RGB value is (117,35,40). Sum of RGB (Red+Green+Blue) = 117+35+40=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752328 is #8ADCD7. Grayscale: #3C3C3C. Windows color (decimal): -9100504 or 2630517. OLE color: 2630517.

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

Color convert

RGB 117 35 40 -
CMYK 0 0.70 0.66 0.54
HSL 356.34º 0.54% 0.3% -
HSV(B) 356.34º 0.7% 0.46% -
XYZ 8.32 5.14 2.56 -
YUV 60.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 117 35 40 0 0.70 0.66 0.54 356.34 0.54 0.3
Hex 75 23 28 0 46 42 36 164 36 1E
Octal 165 43 50 0 106 102 66 544 66 36
Binary 1110101 100011 101000 0 1000110 1000010 110110 101100100 110110 11110

Color Harmonies of #752328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752328

Black with #752328

Text Example


Text Example

White with #752328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752328; }

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

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

background-color css

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

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

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

border-color css

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

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

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