Html Css Color HEX #751025 Red Berry

📋 copy color: '#751025'

red 117 ◦ green 16 ◦ blue 37

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

Shades of Red Berry #751025

Tints of Red Berry #751025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 68.82%
G = 9.41%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#751025 (or 0x751025) is known color: Red Berry. HEX triplet: 75, 10 and 25. RGB value is (117,16,37). Sum of RGB (Red+Green+Blue) = 117+16+37=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #751025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751025 is #8AEFDA. Grayscale: #303030. Windows color (decimal): -9105371 or 2429045. OLE color: 2429045.

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

Color convert

RGB 117 16 37 -
CMYK 0 0.86 0.68 0.54
HSL 347.52º 0.76% 0.26% -
HSV(B) 347.52º 0.86% 0.46% -
XYZ 7.86 4.29 2.16 -
YUV 48.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 117 16 37 0 0.86 0.68 0.54 347.52 0.76 0.26
Hex 75 10 25 0 56 44 36 15C 4C 1A
Octal 165 20 45 0 126 104 66 534 114 32
Binary 1110101 10000 100101 0 1010110 1000100 110110 101011100 1001100 11010

Color Harmonies of #751025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751025

Black with #751025

Text Example


Text Example

White with #751025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751025; }

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

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

background-color css

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

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

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

border-color css

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

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

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