Html Css Color HEX #75141D Red Berry

📋 copy color: '#75141D'

red 117 ◦ green 20 ◦ blue 29

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

Shades of Red Berry #75141D

Tints of Red Berry #75141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.47%

R = 70.48%
G = 12.05%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75141D (or 0x75141D) is known color: Red Berry. HEX triplet: 75, 14 and 1D. RGB value is (117,20,29). Sum of RGB (Red+Green+Blue) = 117+20+29=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #75141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75141D is #8AEBE2. Grayscale: #323232. Windows color (decimal): -9104355 or 1905781. OLE color: 1905781.

HSL color Cylindrical-coordinate representation of color #75141D: hue angle of 354.43º 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 #75141D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 29 -
CMYK 0 0.83 0.75 0.54
HSL 354.43º 0.71% 0.27% -
HSV(B) 354.43º 0.83% 0.46% -
XYZ 7.81 4.37 1.59 -
YUV 50.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 117 20 29 0 0.83 0.75 0.54 354.43 0.71 0.27
Hex 75 14 1D 0 53 4B 36 162 47 1B
Octal 165 24 35 0 123 113 66 542 107 33
Binary 1110101 10100 11101 0 1010011 1001011 110110 101100010 1000111 11011

Color Harmonies of #75141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75141D

Black with #75141D

Text Example


Text Example

White with #75141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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