Html Css Color HEX #752128 Red Berry

📋 copy color: '#752128'

red 117 ◦ green 33 ◦ blue 40

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

Shades of Red Berry #752128

Tints of Red Berry #752128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

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

R = 61.58%
G = 17.37%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#752128 (or 0x752128) is known color: Red Berry. HEX triplet: 75, 21 and 28. RGB value is (117,33,40). Sum of RGB (Red+Green+Blue) = 117+33+40=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #752128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752128 is #8ADED7. Grayscale: #3A3A3A. Windows color (decimal): -9101016 or 2630005. OLE color: 2630005.

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

Color convert

RGB 117 33 40 -
CMYK 0 0.72 0.66 0.54
HSL 355º 0.56% 0.29% -
HSV(B) 355º 0.72% 0.46% -
XYZ 8.26 5.02 2.54 -
YUV 58.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 117 33 40 0 0.72 0.66 0.54 355 0.56 0.29
Hex 75 21 28 0 48 42 36 163 38 1D
Octal 165 41 50 0 110 102 66 543 70 35
Binary 1110101 100001 101000 0 1001000 1000010 110110 101100011 111000 11101

Color Harmonies of #752128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752128

Black with #752128

Text Example


Text Example

White with #752128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752128; }

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

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

background-color css

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

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

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

border-color css

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

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

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