Html Css Color HEX #75181D Red Berry

📋 copy color: '#75181D'

red 117 ◦ green 24 ◦ blue 29

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

Shades of Red Berry #75181D

Tints of Red Berry #75181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.12%

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

R = 68.82%
G = 14.12%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75181D (or 0x75181D) is known color: Red Berry. HEX triplet: 75, 18 and 1D. RGB value is (117,24,29). Sum of RGB (Red+Green+Blue) = 117+24+29=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #75181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75181D is #8AE7E2. Grayscale: #343434. Windows color (decimal): -9103331 or 1906805. OLE color: 1906805.

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

Color convert

RGB 117 24 29 -
CMYK 0 0.79 0.75 0.54
HSL 356.77º 0.66% 0.28% -
HSV(B) 356.77º 0.79% 0.46% -
XYZ 7.88 4.52 1.62 -
YUV 52.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 117 24 29 0 0.79 0.75 0.54 356.77 0.66 0.28
Hex 75 18 1D 0 4F 4B 36 165 42 1C
Octal 165 30 35 0 117 113 66 545 102 34
Binary 1110101 11000 11101 0 1001111 1001011 110110 101100101 1000010 11100

Color Harmonies of #75181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75181D

Black with #75181D

Text Example


Text Example

White with #75181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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