Html Css Color HEX #751827 Red Berry

📋 copy color: '#751827'

red 117 ◦ green 24 ◦ blue 39

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

Shades of Red Berry #751827

Tints of Red Berry #751827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.67%

R = 65%
G = 13.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#751827 (or 0x751827) is known color: Red Berry. HEX triplet: 75, 18 and 27. RGB value is (117,24,39). Sum of RGB (Red+Green+Blue) = 117+24+39=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #751827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751827 is #8AE7D8. Grayscale: #353535. Windows color (decimal): -9103321 or 2562165. OLE color: 2562165.

HSL color Cylindrical-coordinate representation of color #751827: hue angle of 350.32º 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 #751827 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 39 -
CMYK 0 0.79 0.67 0.54
HSL 350.32º 0.66% 0.28% -
HSV(B) 350.32º 0.79% 0.46% -
XYZ 8.03 4.58 2.38 -
YUV 53.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 117 24 39 0 0.79 0.67 0.54 350.32 0.66 0.28
Hex 75 18 27 0 4F 43 36 15E 42 1C
Octal 165 30 47 0 117 103 66 536 102 34
Binary 1110101 11000 100111 0 1001111 1000011 110110 101011110 1000010 11100

Color Harmonies of #751827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751827

Black with #751827

Text Example


Text Example

White with #751827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751827; }

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

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

background-color css

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

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

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

border-color css

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

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

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