Html Css Color HEX #75131C Red Berry

📋 copy color: '#75131C'

red 117 ◦ green 19 ◦ blue 28

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

Shades of Red Berry #75131C

Tints of Red Berry #75131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

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

R = 71.34%
G = 11.59%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75131C (or 0x75131C) is known color: Red Berry. HEX triplet: 75, 13 and 1C. RGB value is (117,19,28). Sum of RGB (Red+Green+Blue) = 117+19+28=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75131C is #8AECE3. Grayscale: #313131. Windows color (decimal): -9104612 or 1839989. OLE color: 1839989.

HSL color Cylindrical-coordinate representation of color #75131C: hue angle of 354.49º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75131C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 28 -
CMYK 0 0.84 0.76 0.54
HSL 354.49º 0.72% 0.27% -
HSV(B) 354.49º 0.84% 0.46% -
XYZ 7.78 4.33 1.52 -
YUV 49.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 117 19 28 0 0.84 0.76 0.54 354.49 0.72 0.27
Hex 75 13 1C 0 54 4C 36 162 48 1B
Octal 165 23 34 0 124 114 66 542 110 33
Binary 1110101 10011 11100 0 1010100 1001100 110110 101100010 1001000 11011

Color Harmonies of #75131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75131C

Black with #75131C

Text Example


Text Example

White with #75131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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