Html Css Color HEX #75101F Red Berry

📋 copy color: '#75101F'

red 117 ◦ green 16 ◦ blue 31

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

Shades of Red Berry #75101F

Tints of Red Berry #75101F

RGB

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

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

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

R = 71.34%
G = 9.76%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75101F (or 0x75101F) is known color: Red Berry. HEX triplet: 75, 10 and 1F. RGB value is (117,16,31). Sum of RGB (Red+Green+Blue) = 117+16+31=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #75101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75101F is #8AEFE0. Grayscale: #2F2F2F. Windows color (decimal): -9105377 or 2035829. OLE color: 2035829.

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

Color convert

RGB 117 16 31 -
CMYK 0 0.86 0.74 0.54
HSL 351.09º 0.76% 0.26% -
HSV(B) 351.09º 0.86% 0.46% -
XYZ 7.77 4.25 1.71 -
YUV 47.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 117 16 31 0 0.86 0.74 0.54 351.09 0.76 0.26
Hex 75 10 1F 0 56 4A 36 15F 4C 1A
Octal 165 20 37 0 126 112 66 537 114 32
Binary 1110101 10000 11111 0 1010110 1001010 110110 101011111 1001100 11010

Color Harmonies of #75101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75101F

Black with #75101F

Text Example


Text Example

White with #75101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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