Html Css Color HEX #75101D Red Berry

📋 copy color: '#75101D'

red 117 ◦ green 16 ◦ blue 29

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

Shades of Red Berry #75101D

Tints of Red Berry #75101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.88%

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

R = 72.22%
G = 9.88%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75101D (or 0x75101D) is known color: Red Berry. HEX triplet: 75, 10 and 1D. RGB value is (117,16,29). Sum of RGB (Red+Green+Blue) = 117+16+29=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #75101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75101D is #8AEFE2. Grayscale: #2F2F2F. Windows color (decimal): -9105379 or 1904757. OLE color: 1904757.

HSL color Cylindrical-coordinate representation of color #75101D: hue angle of 352.28º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75101D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 16 29 -
CMYK 0 0.86 0.75 0.54
HSL 352.28º 0.76% 0.26% -
HSV(B) 352.28º 0.86% 0.46% -
XYZ 7.74 4.24 1.57 -
YUV 47.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 117 16 29 0 0.86 0.75 0.54 352.28 0.76 0.26
Hex 75 10 1D 0 56 4B 36 160 4C 1A
Octal 165 20 35 0 126 113 66 540 114 32
Binary 1110101 10000 11101 0 1010110 1001011 110110 101100000 1001100 11010

Color Harmonies of #75101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75101D

Black with #75101D

Text Example


Text Example

White with #75101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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