Html Css Color HEX #752327 Red Berry

📋 copy color: '#752327'

red 117 ◦ green 35 ◦ blue 39

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

Shades of Red Berry #752327

Tints of Red Berry #752327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.42%

R = 61.26%
G = 18.32%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#752327 (or 0x752327) is known color: Red Berry. HEX triplet: 75, 23 and 27. RGB value is (117,35,39). Sum of RGB (Red+Green+Blue) = 117+35+39=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #752327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752327 is #8ADCD8. Grayscale: #3C3C3C. Windows color (decimal): -9100505 or 2564981. OLE color: 2564981.

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

Color convert

RGB 117 35 39 -
CMYK 0 0.70 0.67 0.54
HSL 357.07º 0.54% 0.3% -
HSV(B) 357.07º 0.7% 0.46% -
XYZ 8.3 5.13 2.47 -
YUV 59.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 117 35 39 0 0.70 0.67 0.54 357.07 0.54 0.3
Hex 75 23 27 0 46 43 36 165 36 1E
Octal 165 43 47 0 106 103 66 545 66 36
Binary 1110101 100011 100111 0 1000110 1000011 110110 101100101 110110 11110

Color Harmonies of #752327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752327

Black with #752327

Text Example


Text Example

White with #752327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752327; }

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

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

background-color css

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

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

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

border-color css

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

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

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