Html Css Color HEX #751825 Red Berry

📋 copy color: '#751825'

red 117 ◦ green 24 ◦ blue 37

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

Shades of Red Berry #751825

Tints of Red Berry #751825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 65.73%
G = 13.48%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#751825 (or 0x751825) is known color: Red Berry. HEX triplet: 75, 18 and 25. RGB value is (117,24,37). Sum of RGB (Red+Green+Blue) = 117+24+37=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #751825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751825 is #8AE7DA. Grayscale: #353535. Windows color (decimal): -9103323 or 2431093. OLE color: 2431093.

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

Color convert

RGB 117 24 37 -
CMYK 0 0.79 0.68 0.54
HSL 351.61º 0.66% 0.28% -
HSV(B) 351.61º 0.79% 0.46% -
XYZ 8 4.57 2.21 -
YUV 53.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 117 24 37 0 0.79 0.68 0.54 351.61 0.66 0.28
Hex 75 18 25 0 4F 44 36 160 42 1C
Octal 165 30 45 0 117 104 66 540 102 34
Binary 1110101 11000 100101 0 1001111 1000100 110110 101100000 1000010 11100

Color Harmonies of #751825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751825

Black with #751825

Text Example


Text Example

White with #751825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751825; }

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

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

background-color css

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

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

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

border-color css

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

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

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