Html Css Color HEX #6D1F22 Red Berry

📋 copy color: '#6D1F22'

red 109 ◦ green 31 ◦ blue 34

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

Shades of Red Berry #6D1F22

Tints of Red Berry #6D1F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.54%

R = 62.64%
G = 17.82%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.57

RGB Variations

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

Color information

#6D1F22 (or 0x6D1F22) is known color: Red Berry. HEX triplet: 6D, 1F and 22. RGB value is (109,31,34). Sum of RGB (Red+Green+Blue) = 109+31+34=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F22 is #92E0DD. Grayscale: #363636. Windows color (decimal): -9625822 or 2236269. OLE color: 2236269.

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

Color convert

RGB 109 31 34 -
CMYK 0 0.72 0.69 0.57
HSL 357.69º 0.56% 0.27% -
HSV(B) 357.69º 0.72% 0.43% -
XYZ 7.09 4.35 1.98 -
YUV 54.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 109 31 34 0 0.72 0.69 0.57 357.69 0.56 0.27
Hex 6D 1F 22 0 48 45 39 166 38 1B
Octal 155 37 42 0 110 105 71 546 70 33
Binary 1101101 11111 100010 0 1001000 1000101 111001 101100110 111000 11011

Color Harmonies of #6D1F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F22

Black with #6D1F22

Text Example


Text Example

White with #6D1F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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