Html Css Color HEX #751625 Red Berry

📋 copy color: '#751625'

red 117 ◦ green 22 ◦ blue 37

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

Shades of Red Berry #751625

Tints of Red Berry #751625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.5%

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

R = 66.48%
G = 12.5%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#751625 (or 0x751625) is known color: Red Berry. HEX triplet: 75, 16 and 25. RGB value is (117,22,37). Sum of RGB (Red+Green+Blue) = 117+22+37=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #751625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751625 is #8AE9DA. Grayscale: #343434. Windows color (decimal): -9103835 or 2430581. OLE color: 2430581.

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

Color convert

RGB 117 22 37 -
CMYK 0 0.81 0.68 0.54
HSL 350.53º 0.68% 0.27% -
HSV(B) 350.53º 0.81% 0.46% -
XYZ 7.96 4.49 2.2 -
YUV 52.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 117 22 37 0 0.81 0.68 0.54 350.53 0.68 0.27
Hex 75 16 25 0 51 44 36 15F 44 1B
Octal 165 26 45 0 121 104 66 537 104 33
Binary 1110101 10110 100101 0 1010001 1000100 110110 101011111 1000100 11011

Color Harmonies of #751625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751625

Black with #751625

Text Example


Text Example

White with #751625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751625; }

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

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

background-color css

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

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

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

border-color css

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

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

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