Html Css Color HEX #752430 Scarlett

📋 copy color: '#752430'

red 117 ◦ green 36 ◦ blue 48

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

Shades of Scarlett #752430

Tints of Scarlett #752430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.91%

 BLUE value IS 48 (19.14% from 255) = 23.88%

R = 58.21%
G = 17.91%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#752430 (or 0x752430) is known color: Scarlett. HEX triplet: 75, 24 and 30. RGB value is (117,36,48). Sum of RGB (Red+Green+Blue) = 117+36+48=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #752430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752430 is #8ADBCF. Grayscale: #3D3D3D. Windows color (decimal): -9100240 or 3155061. OLE color: 3155061.

HSL color Cylindrical-coordinate representation of color #752430: hue angle of 351.11º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752430 is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 48 -
CMYK 0 0.69 0.59 0.54
HSL 351.11º 0.53% 0.3% -
HSV(B) 351.11º 0.69% 0.46% -
XYZ 8.5 5.26 3.36 -
YUV 61.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 117 36 48 0 0.69 0.59 0.54 351.11 0.53 0.3
Hex 75 24 30 0 45 3B 36 15F 35 1E
Octal 165 44 60 0 105 73 66 537 65 36
Binary 1110101 100100 110000 0 1000101 111011 110110 101011111 110101 11110

Color Harmonies of #752430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752430

Black with #752430

Text Example


Text Example

White with #752430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752430; }

 p { color: rgb(117,36,48); }

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

background-color css

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

 a { background-color: rgb(117,36,48); }

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

border-color css

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

 span { border-color: rgb(117,36,48); }

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