Html Css Color HEX #75101A Red Berry

📋 copy color: '#75101A'

red 117 ◦ green 16 ◦ blue 26

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

Shades of Red Berry #75101A

Tints of Red Berry #75101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.35%

R = 73.58%
G = 10.06%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75101A (or 0x75101A) is known color: Red Berry. HEX triplet: 75, 10 and 1A. RGB value is (117,16,26). Sum of RGB (Red+Green+Blue) = 117+16+26=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #75101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75101A is #8AEFE5. Grayscale: #2F2F2F. Windows color (decimal): -9105382 or 1708149. OLE color: 1708149.

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

Color convert

RGB 117 16 26 -
CMYK 0 0.86 0.78 0.54
HSL 354.06º 0.76% 0.26% -
HSV(B) 354.06º 0.86% 0.46% -
XYZ 7.71 4.23 1.39 -
YUV 47.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 117 16 26 0 0.86 0.78 0.54 354.06 0.76 0.26
Hex 75 10 1A 0 56 4E 36 162 4C 1A
Octal 165 20 32 0 126 116 66 542 114 32
Binary 1110101 10000 11010 0 1010110 1001110 110110 101100010 1001100 11010

Color Harmonies of #75101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75101A

Black with #75101A

Text Example


Text Example

White with #75101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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