Html Css Color HEX #752325 Red Berry

📋 copy color: '#752325'

red 117 ◦ green 35 ◦ blue 37

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

Shades of Red Berry #752325

Tints of Red Berry #752325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 61.9%
G = 18.52%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#752325 (or 0x752325) is known color: Red Berry. HEX triplet: 75, 23 and 25. RGB value is (117,35,37). Sum of RGB (Red+Green+Blue) = 117+35+37=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #752325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752325 is #8ADCDA. Grayscale: #3B3B3B. Windows color (decimal): -9100507 or 2433909. OLE color: 2433909.

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

Color convert

RGB 117 35 37 -
CMYK 0 0.70 0.68 0.54
HSL 358.54º 0.54% 0.3% -
HSV(B) 358.54º 0.7% 0.46% -
XYZ 8.27 5.12 2.3 -
YUV 59.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 117 35 37 0 0.70 0.68 0.54 358.54 0.54 0.3
Hex 75 23 25 0 46 44 36 167 36 1E
Octal 165 43 45 0 106 104 66 547 66 36
Binary 1110101 100011 100101 0 1000110 1000100 110110 101100111 110110 11110

Color Harmonies of #752325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752325

Black with #752325

Text Example


Text Example

White with #752325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752325; }

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

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

background-color css

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

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

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

border-color css

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

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

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