Html Css Color HEX #75141F Red Berry

📋 copy color: '#75141F'

red 117 ◦ green 20 ◦ blue 31

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

Shades of Red Berry #75141F

Tints of Red Berry #75141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 69.64%
G = 11.9%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75141F (or 0x75141F) is known color: Red Berry. HEX triplet: 75, 14 and 1F. RGB value is (117,20,31). Sum of RGB (Red+Green+Blue) = 117+20+31=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75141F is #8AEBE0. Grayscale: #323232. Windows color (decimal): -9104353 or 2036853. OLE color: 2036853.

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

Color convert

RGB 117 20 31 -
CMYK 0 0.83 0.74 0.54
HSL 353.2º 0.71% 0.27% -
HSV(B) 353.2º 0.83% 0.46% -
XYZ 7.83 4.38 1.73 -
YUV 50.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 117 20 31 0 0.83 0.74 0.54 353.2 0.71 0.27
Hex 75 14 1F 0 53 4A 36 161 47 1B
Octal 165 24 37 0 123 112 66 541 107 33
Binary 1110101 10100 11111 0 1010011 1001010 110110 101100001 1000111 11011

Color Harmonies of #75141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75141F

Black with #75141F

Text Example


Text Example

White with #75141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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