Html Css Color HEX #751423 Red Berry

📋 copy color: '#751423'

red 117 ◦ green 20 ◦ blue 35

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

Shades of Red Berry #751423

Tints of Red Berry #751423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 35 (14.06% from 255) = 20.35%

R = 68.02%
G = 11.63%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#751423 (or 0x751423) is known color: Red Berry. HEX triplet: 75, 14 and 23. RGB value is (117,20,35). Sum of RGB (Red+Green+Blue) = 117+20+35=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #751423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751423 is #8AEBDC. Grayscale: #323232. Windows color (decimal): -9104349 or 2298997. OLE color: 2298997.

HSL color Cylindrical-coordinate representation of color #751423: hue angle of 350.72º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751423 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 35 -
CMYK 0 0.83 0.70 0.54
HSL 350.72º 0.71% 0.27% -
HSV(B) 350.72º 0.83% 0.46% -
XYZ 7.89 4.4 2.02 -
YUV 50.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 117 20 35 0 0.83 0.70 0.54 350.72 0.71 0.27
Hex 75 14 23 0 53 46 36 15F 47 1B
Octal 165 24 43 0 123 106 66 537 107 33
Binary 1110101 10100 100011 0 1010011 1000110 110110 101011111 1000111 11011

Color Harmonies of #751423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751423

Black with #751423

Text Example


Text Example

White with #751423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751423; }

 p { color: rgb(117,20,35); }

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

background-color css

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

 a { background-color: rgb(117,20,35); }

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

border-color css

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

 span { border-color: rgb(117,20,35); }

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