Html Css Color HEX #751228 Red Berry

📋 copy color: '#751228'

red 117 ◦ green 18 ◦ blue 40

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

Shades of Red Berry #751228

Tints of Red Berry #751228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 66.86%
G = 10.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#751228 (or 0x751228) is known color: Red Berry. HEX triplet: 75, 12 and 28. RGB value is (117,18,40). Sum of RGB (Red+Green+Blue) = 117+18+40=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #751228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751228 is #8AEDD7. Grayscale: #323232. Windows color (decimal): -9104856 or 2626165. OLE color: 2626165.

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

Color convert

RGB 117 18 40 -
CMYK 0 0.85 0.66 0.54
HSL 346.67º 0.73% 0.26% -
HSV(B) 346.67º 0.85% 0.46% -
XYZ 7.94 4.37 2.43 -
YUV 50.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 117 18 40 0 0.85 0.66 0.54 346.67 0.73 0.26
Hex 75 12 28 0 55 42 36 15B 49 1A
Octal 165 22 50 0 125 102 66 533 111 32
Binary 1110101 10010 101000 0 1010101 1000010 110110 101011011 1001001 11010

Color Harmonies of #751228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751228

Black with #751228

Text Example


Text Example

White with #751228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751228; }

 p { color: rgb(117,18,40); }

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

background-color css

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

 a { background-color: rgb(117,18,40); }

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

border-color css

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

 span { border-color: rgb(117,18,40); }

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