Html Css Color HEX #851C30 Scarlett

📋 copy color: '#851C30'

red 133 ◦ green 28 ◦ blue 48

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

Shades of Scarlett #851C30

Tints of Scarlett #851C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

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

R = 63.64%
G = 13.4%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#851C30 (or 0x851C30) is known color: Scarlett. HEX triplet: 85, 1C and 30. RGB value is (133,28,48). Sum of RGB (Red+Green+Blue) = 133+28+48=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #851C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C30 is #7AE3CF. Grayscale: #3D3D3D. Windows color (decimal): -8053712 or 3153029. OLE color: 3153029.

HSL color Cylindrical-coordinate representation of color #851C30: hue angle of 348.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C30 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 28 48 -
CMYK 0 0.79 0.64 0.48
HSL 348.57º 0.65% 0.32% -
HSV(B) 348.57º 0.79% 0.52% -
XYZ 10.62 6.03 3.4 -
YUV 61.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 133 28 48 0 0.79 0.64 0.48 348.57 0.65 0.32
Hex 85 1C 30 0 4F 40 30 15D 41 20
Octal 205 34 60 0 117 100 60 535 101 40
Binary 10000101 11100 110000 0 1001111 1000000 110000 101011101 1000001 100000

Color Harmonies of #851C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C30

Black with #851C30

Text Example


Text Example

White with #851C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,28,48); }

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

background-color css

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

 a { background-color: rgb(133,28,48); }

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

border-color css

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

 span { border-color: rgb(133,28,48); }

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