Html Css Color HEX #75232F Scarlett

📋 copy color: '#75232F'

red 117 ◦ green 35 ◦ blue 47

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

Shades of Scarlett #75232F

Tints of Scarlett #75232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 58.79%
G = 17.59%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75232F (or 0x75232F) is known color: Scarlett. HEX triplet: 75, 23 and 2F. RGB value is (117,35,47). Sum of RGB (Red+Green+Blue) = 117+35+47=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75232F is #8ADCD0. Grayscale: #3C3C3C. Windows color (decimal): -9100497 or 3089269. OLE color: 3089269.

HSL color Cylindrical-coordinate representation of color #75232F: hue angle of 351.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75232F is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 47 -
CMYK 0 0.70 0.60 0.54
HSL 351.22º 0.54% 0.3% -
HSV(B) 351.22º 0.7% 0.46% -
XYZ 8.45 5.19 3.25 -
YUV 60.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 117 35 47 0 0.70 0.60 0.54 351.22 0.54 0.3
Hex 75 23 2F 0 46 3C 36 15F 36 1E
Octal 165 43 57 0 106 74 66 537 66 36
Binary 1110101 100011 101111 0 1000110 111100 110110 101011111 110110 11110

Color Harmonies of #75232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75232F

Black with #75232F

Text Example


Text Example

White with #75232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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