Html Css Color HEX #752122 Red Berry

📋 copy color: '#752122'

red 117 ◦ green 33 ◦ blue 34

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

Shades of Red Berry #752122

Tints of Red Berry #752122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.48%

R = 63.59%
G = 17.93%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#752122 (or 0x752122) is known color: Red Berry. HEX triplet: 75, 21 and 22. RGB value is (117,33,34). Sum of RGB (Red+Green+Blue) = 117+33+34=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #752122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752122 is #8ADEDD. Grayscale: #3A3A3A. Windows color (decimal): -9101022 or 2236789. OLE color: 2236789.

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

Color convert

RGB 117 33 34 -
CMYK 0 0.72 0.71 0.54
HSL 359.29º 0.56% 0.29% -
HSV(B) 359.29º 0.72% 0.46% -
XYZ 8.17 4.99 2.05 -
YUV 58.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 117 33 34 0 0.72 0.71 0.54 359.29 0.56 0.29
Hex 75 21 22 0 48 47 36 167 38 1D
Octal 165 41 42 0 110 107 66 547 70 35
Binary 1110101 100001 100010 0 1001000 1000111 110110 101100111 111000 11101

Color Harmonies of #752122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752122

Black with #752122

Text Example


Text Example

White with #752122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752122; }

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

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

background-color css

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

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

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

border-color css

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

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

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