Html Css Color HEX #752226 Red Berry

📋 copy color: '#752226'

red 117 ◦ green 34 ◦ blue 38

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

Shades of Red Berry #752226

Tints of Red Berry #752226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

 BLUE value IS 38 (15.23% from 255) = 20.11%

R = 61.9%
G = 17.99%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#752226 (or 0x752226) is known color: Red Berry. HEX triplet: 75, 22 and 26. RGB value is (117,34,38). Sum of RGB (Red+Green+Blue) = 117+34+38=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752226 is #8ADDD9. Grayscale: #3B3B3B. Windows color (decimal): -9100762 or 2499189. OLE color: 2499189.

HSL color Cylindrical-coordinate representation of color #752226: hue angle of 357.11º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #752226 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 34 38 -
CMYK 0 0.71 0.68 0.54
HSL 357.11º 0.55% 0.3% -
HSV(B) 357.11º 0.71% 0.46% -
XYZ 8.26 5.07 2.38 -
YUV 59.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 117 34 38 0 0.71 0.68 0.54 357.11 0.55 0.3
Hex 75 22 26 0 47 44 36 165 37 1E
Octal 165 42 46 0 107 104 66 545 67 36
Binary 1110101 100010 100110 0 1000111 1000100 110110 101100101 110111 11110

Color Harmonies of #752226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752226

Black with #752226

Text Example


Text Example

White with #752226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752226; }

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

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

background-color css

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

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

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

border-color css

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

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

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