Html Css Color HEX #85152B Scarlett

📋 copy color: '#85152B'

red 133 ◦ green 21 ◦ blue 43

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

Shades of Scarlett #85152B

Tints of Scarlett #85152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 43 (17.19% from 255) = 21.83%

R = 67.51%
G = 10.66%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85152B (or 0x85152B) is known color: Scarlett. HEX triplet: 85, 15 and 2B. RGB value is (133,21,43). Sum of RGB (Red+Green+Blue) = 133+21+43=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85152B is #7AEAD4. Grayscale: #393939. Windows color (decimal): -8055509 or 2823557. OLE color: 2823557.

HSL color Cylindrical-coordinate representation of color #85152B: hue angle of 348.21º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85152B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 43 -
CMYK 0 0.84 0.68 0.48
HSL 348.21º 0.73% 0.3% -
HSV(B) 348.21º 0.84% 0.52% -
XYZ 10.38 5.7 2.84 -
YUV 57 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 133 21 43 0 0.84 0.68 0.48 348.21 0.73 0.3
Hex 85 15 2B 0 54 44 30 15C 49 1E
Octal 205 25 53 0 124 104 60 534 111 36
Binary 10000101 10101 101011 0 1010100 1000100 110000 101011100 1001001 11110

Color Harmonies of #85152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85152B

Black with #85152B

Text Example


Text Example

White with #85152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85152B; }

 p { color: rgb(133,21,43); }

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

background-color css

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

 a { background-color: rgb(133,21,43); }

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

border-color css

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

 span { border-color: rgb(133,21,43); }

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