Html Css Color HEX #851826 Scarlett

📋 copy color: '#851826'

red 133 ◦ green 24 ◦ blue 38

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

Shades of Scarlett #851826

Tints of Scarlett #851826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 68.21%
G = 12.31%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#851826 (or 0x851826) is known color: Scarlett. HEX triplet: 85, 18 and 26. RGB value is (133,24,38). Sum of RGB (Red+Green+Blue) = 133+24+38=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #851826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851826 is #7AE7D9. Grayscale: #3A3A3A. Windows color (decimal): -8054746 or 2496645. OLE color: 2496645.

HSL color Cylindrical-coordinate representation of color #851826: hue angle of 352.29º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851826 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 38 -
CMYK 0 0.82 0.71 0.48
HSL 352.29º 0.69% 0.31% -
HSV(B) 352.29º 0.82% 0.52% -
XYZ 10.35 5.78 2.4 -
YUV 58.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 133 24 38 0 0.82 0.71 0.48 352.29 0.69 0.31
Hex 85 18 26 0 52 47 30 160 45 1F
Octal 205 30 46 0 122 107 60 540 105 37
Binary 10000101 11000 100110 0 1010010 1000111 110000 101100000 1000101 11111

Color Harmonies of #851826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851826

Black with #851826

Text Example


Text Example

White with #851826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851826; }

 p { color: rgb(133,24,38); }

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

background-color css

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

 a { background-color: rgb(133,24,38); }

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

border-color css

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

 span { border-color: rgb(133,24,38); }

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