#751827

Color #751827 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #751827

Tints of Red Berry #751827

Color information

#751827 (or 0x751827) is unknown color: approx Red Berry. HEX triplet: 75, 18 and 27. RGB value is (117,24,39). Sum of RGB (Red+Green+Blue) = 117+24+39=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #751827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751827 is #8AE7D8. Grayscale: #353535. Windows color (decimal): -9103321 or 2562165. OLE color: 2562165.

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

Color convert

RGB1172439-
CMYK00.790.670.54
HSL350.32º65.96%27.65%-
HSV(B)350.32º79.49%45.88%-
XYZ8.034.582.38-
YUV53.52119.81173.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 39 (15.62% from 255) = 21.67%
R=65%
G=13.33%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117243900.790.670.54350.3265.9627.65
Hex75182704F433615e421c
Octal165304701171036653610234
Binary111010111000100111010011111000011110110101011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751827; }

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

 H1.HeaderClassName
 {
   color: #751827;
 }
 .AnyTagClassName
 {
   color: #751827;
 }
</style>
background-color css

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

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

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

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

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

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