Html Css Color HEX #75151D Red Berry

📋 copy color: '#75151D'

red 117 ◦ green 21 ◦ blue 29

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

Shades of Red Berry #75151D

Tints of Red Berry #75151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.57%

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

R = 70.06%
G = 12.57%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75151D (or 0x75151D) is known color: Red Berry. HEX triplet: 75, 15 and 1D. RGB value is (117,21,29). Sum of RGB (Red+Green+Blue) = 117+21+29=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75151D is #8AEAE2. Grayscale: #323232. Windows color (decimal): -9104099 or 1906037. OLE color: 1906037.

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

Color convert

RGB 117 21 29 -
CMYK 0 0.82 0.75 0.54
HSL 355º 0.7% 0.27% -
HSV(B) 355º 0.82% 0.46% -
XYZ 7.83 4.41 1.6 -
YUV 50.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 117 21 29 0 0.82 0.75 0.54 355 0.7 0.27
Hex 75 15 1D 0 52 4B 36 163 46 1B
Octal 165 25 35 0 122 113 66 543 106 33
Binary 1110101 10101 11101 0 1010010 1001011 110110 101100011 1000110 11011

Color Harmonies of #75151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75151D

Black with #75151D

Text Example


Text Example

White with #75151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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