Html Css Color HEX #752028 Red Berry

📋 copy color: '#752028'

red 117 ◦ green 32 ◦ blue 40

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

Shades of Red Berry #752028

Tints of Red Berry #752028

RGB

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

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

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

R = 61.9%
G = 16.93%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#752028 (or 0x752028) is known color: Red Berry. HEX triplet: 75, 20 and 28. RGB value is (117,32,40). Sum of RGB (Red+Green+Blue) = 117+32+40=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752028 is #8ADFD7. Grayscale: #3A3A3A. Windows color (decimal): -9101272 or 2629749. OLE color: 2629749.

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

Color convert

RGB 117 32 40 -
CMYK 0 0.73 0.66 0.54
HSL 354.35º 0.57% 0.29% -
HSV(B) 354.35º 0.73% 0.46% -
XYZ 8.24 4.97 2.53 -
YUV 58.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 117 32 40 0 0.73 0.66 0.54 354.35 0.57 0.29
Hex 75 20 28 0 49 42 36 162 39 1D
Octal 165 40 50 0 111 102 66 542 71 35
Binary 1110101 100000 101000 0 1001001 1000010 110110 101100010 111001 11101

Color Harmonies of #752028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752028

Black with #752028

Text Example


Text Example

White with #752028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752028; }

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

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

background-color css

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

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

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

border-color css

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

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

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