Html Css Color HEX #75121C Red Berry

📋 copy color: '#75121C'

red 117 ◦ green 18 ◦ blue 28

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

Shades of Red Berry #75121C

Tints of Red Berry #75121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 71.78%
G = 11.04%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75121C (or 0x75121C) is known color: Red Berry. HEX triplet: 75, 12 and 1C. RGB value is (117,18,28). Sum of RGB (Red+Green+Blue) = 117+18+28=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #75121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75121C is #8AEDE3. Grayscale: #303030. Windows color (decimal): -9104868 or 1839733. OLE color: 1839733.

HSL color Cylindrical-coordinate representation of color #75121C: hue angle of 353.94º 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 #75121C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 28 -
CMYK 0 0.85 0.76 0.54
HSL 353.94º 0.73% 0.26% -
HSV(B) 353.94º 0.85% 0.46% -
XYZ 7.76 4.3 1.52 -
YUV 48.74 116.3 176.69 -
System Red Green Blue C M Y K H S L
Decimal 117 18 28 0 0.85 0.76 0.54 353.94 0.73 0.26
Hex 75 12 1C 0 55 4C 36 162 49 1A
Octal 165 22 34 0 125 114 66 542 111 32
Binary 1110101 10010 11100 0 1010101 1001100 110110 101100010 1001001 11010

Color Harmonies of #75121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75121C

Black with #75121C

Text Example


Text Example

White with #75121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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