Html Css Color HEX #75141C Red Berry

📋 copy color: '#75141C'

red 117 ◦ green 20 ◦ blue 28

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

Shades of Red Berry #75141C

Tints of Red Berry #75141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

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

R = 70.91%
G = 12.12%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75141C (or 0x75141C) is known color: Red Berry. HEX triplet: 75, 14 and 1C. RGB value is (117,20,28). Sum of RGB (Red+Green+Blue) = 117+20+28=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #75141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75141C is #8AEBE3. Grayscale: #313131. Windows color (decimal): -9104356 or 1840245. OLE color: 1840245.

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

Color convert

RGB 117 20 28 -
CMYK 0 0.83 0.76 0.54
HSL 355.05º 0.71% 0.27% -
HSV(B) 355.05º 0.83% 0.46% -
XYZ 7.8 4.37 1.53 -
YUV 49.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 117 20 28 0 0.83 0.76 0.54 355.05 0.71 0.27
Hex 75 14 1C 0 53 4C 36 163 47 1B
Octal 165 24 34 0 123 114 66 543 107 33
Binary 1110101 10100 11100 0 1010011 1001100 110110 101100011 1000111 11011

Color Harmonies of #75141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75141C

Black with #75141C

Text Example


Text Example

White with #75141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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