Html Css Color HEX #851926 Scarlett

📋 copy color: '#851926'

red 133 ◦ green 25 ◦ blue 38

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

Shades of Scarlett #851926

Tints of Scarlett #851926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

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

R = 67.86%
G = 12.76%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#851926 (or 0x851926) is known color: Scarlett. HEX triplet: 85, 19 and 26. RGB value is (133,25,38). Sum of RGB (Red+Green+Blue) = 133+25+38=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #851926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851926 is #7AE6D9. Grayscale: #3A3A3A. Windows color (decimal): -8054490 or 2496901. OLE color: 2496901.

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

Color convert

RGB 133 25 38 -
CMYK 0 0.81 0.71 0.48
HSL 352.78º 0.68% 0.31% -
HSV(B) 352.78º 0.81% 0.52% -
XYZ 10.37 5.82 2.41 -
YUV 58.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 133 25 38 0 0.81 0.71 0.48 352.78 0.68 0.31
Hex 85 19 26 0 51 47 30 161 44 1F
Octal 205 31 46 0 121 107 60 541 104 37
Binary 10000101 11001 100110 0 1010001 1000111 110000 101100001 1000100 11111

Color Harmonies of #851926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851926

Black with #851926

Text Example


Text Example

White with #851926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851926; }

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

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

background-color css

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

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

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

border-color css

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

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

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