Html Css Color HEX #85103A Scarlett

📋 copy color: '#85103A'

red 133 ◦ green 16 ◦ blue 58

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

Shades of Scarlett #85103A

Tints of Scarlett #85103A

RGB

 RED value IS 133 (52.34% from 255) = 64.25%

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

 BLUE value IS 58 (23.05% from 255) = 28.02%

R = 64.25%
G = 7.73%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85103A (or 0x85103A) is known color: Scarlett. HEX triplet: 85, 10 and 3A. RGB value is (133,16,58). Sum of RGB (Red+Green+Blue) = 133+16+58=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #85103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85103A is #7AEFC5. Grayscale: #373737. Windows color (decimal): -8056774 or 3805317. OLE color: 3805317.

HSL color Cylindrical-coordinate representation of color #85103A: hue angle of 338.46º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85103A is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 58 -
CMYK 0 0.88 0.56 0.48
HSL 338.46º 0.79% 0.29% -
HSV(B) 338.46º 0.88% 0.52% -
XYZ 10.62 5.66 4.54 -
YUV 55.77 129.26 183.08 -
System Red Green Blue C M Y K H S L
Decimal 133 16 58 0 0.88 0.56 0.48 338.46 0.79 0.29
Hex 85 10 3A 0 58 38 30 152 4F 1D
Octal 205 20 72 0 130 70 60 522 117 35
Binary 10000101 10000 111010 0 1011000 111000 110000 101010010 1001111 11101

Color Harmonies of #85103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85103A

Black with #85103A

Text Example


Text Example

White with #85103A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,16,58); }

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

background-color css

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

 a { background-color: rgb(133,16,58); }

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

border-color css

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

 span { border-color: rgb(133,16,58); }

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