Html Css Color HEX #851C2D Scarlett

📋 copy color: '#851C2D'

red 133 ◦ green 28 ◦ blue 45

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

Shades of Scarlett #851C2D

Tints of Scarlett #851C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 64.56%
G = 13.59%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#851C2D (or 0x851C2D) is known color: Scarlett. HEX triplet: 85, 1C and 2D. RGB value is (133,28,45). Sum of RGB (Red+Green+Blue) = 133+28+45=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #851C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C2D is #7AE3D2. Grayscale: #3D3D3D. Windows color (decimal): -8053715 or 2956421. OLE color: 2956421.

HSL color Cylindrical-coordinate representation of color #851C2D: hue angle of 350.29º 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 #851C2D is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 28 45 -
CMYK 0 0.79 0.66 0.48
HSL 350.29º 0.65% 0.32% -
HSV(B) 350.29º 0.79% 0.52% -
XYZ 10.56 6.01 3.09 -
YUV 61.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 133 28 45 0 0.79 0.66 0.48 350.29 0.65 0.32
Hex 85 1C 2D 0 4F 42 30 15E 41 20
Octal 205 34 55 0 117 102 60 536 101 40
Binary 10000101 11100 101101 0 1001111 1000010 110000 101011110 1000001 100000

Color Harmonies of #851C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C2D

Black with #851C2D

Text Example


Text Example

White with #851C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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