Html Css Color HEX #6D1F19 Red Oxide

📋 copy color: '#6D1F19'

red 109 ◦ green 31 ◦ blue 25

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

Shades of Red Oxide #6D1F19

Tints of Red Oxide #6D1F19

RGB

 RED value IS 109 (42.97% from 255) = 66.06%

 GREEN value IS 31 (12.5% from 255) = 18.79%

 BLUE value IS 25 (10.16% from 255) = 15.15%

R = 66.06%
G = 18.79%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.57

RGB Variations

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

Color information

#6D1F19 (or 0x6D1F19) is known color: Red Oxide. HEX triplet: 6D, 1F and 19. RGB value is (109,31,25). Sum of RGB (Red+Green+Blue) = 109+31+25=165 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.06% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1F19 is #92E0E6. Grayscale: #353535. Windows color (decimal): -9625831 or 1646445. OLE color: 1646445.

HSL color Cylindrical-coordinate representation of color #6D1F19: hue angle of 4.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D1F19 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 31 25 -
CMYK 0 0.72 0.77 0.57
HSL 4.29º 0.63% 0.26% -
HSV(B) 4.29º 0.77% 0.43% -
XYZ 6.97 4.3 1.38 -
YUV 53.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 109 31 25 0 0.72 0.77 0.57 4.29 0.63 0.26
Hex 6D 1F 19 0 48 4D 39 4 3F 1A
Octal 155 37 31 0 110 115 71 4 77 32
Binary 1101101 11111 11001 0 1001000 1001101 111001 100 111111 11010

Color Harmonies of #6D1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F19

Black with #6D1F19

Text Example


Text Example

White with #6D1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D1F19; }

 p { color: rgb(109,31,25); }

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

background-color css

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

 a { background-color: rgb(109,31,25); }

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

border-color css

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

 span { border-color: rgb(109,31,25); }

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