Html Css Color HEX #851A34 Scarlett

📋 copy color: '#851A34'

red 133 ◦ green 26 ◦ blue 52

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

Shades of Scarlett #851A34

Tints of Scarlett #851A34

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

 BLUE value IS 52 (20.7% from 255) = 24.64%

R = 63.03%
G = 12.32%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#851A34 (or 0x851A34) is known color: Scarlett. HEX triplet: 85, 1A and 34. RGB value is (133,26,52). Sum of RGB (Red+Green+Blue) = 133+26+52=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #851A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A34 is #7AE5CB. Grayscale: #3C3C3C. Windows color (decimal): -8054220 or 3414661. OLE color: 3414661.

HSL color Cylindrical-coordinate representation of color #851A34: hue angle of 345.42º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A34 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 26 52 -
CMYK 0 0.80 0.61 0.48
HSL 345.42º 0.67% 0.31% -
HSV(B) 345.42º 0.8% 0.52% -
XYZ 10.66 5.97 3.84 -
YUV 60.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 133 26 52 0 0.80 0.61 0.48 345.42 0.67 0.31
Hex 85 1A 34 0 50 3D 30 159 43 1F
Octal 205 32 64 0 120 75 60 531 103 37
Binary 10000101 11010 110100 0 1010000 111101 110000 101011001 1000011 11111

Color Harmonies of #851A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A34

Black with #851A34

Text Example


Text Example

White with #851A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851A34; }

 p { color: rgb(133,26,52); }

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

background-color css

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

 a { background-color: rgb(133,26,52); }

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

border-color css

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

 span { border-color: rgb(133,26,52); }

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