Html Css Color HEX #6F1C20 Red Berry

📋 copy color: '#6F1C20'

red 111 ◦ green 28 ◦ blue 32

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

Shades of Red Berry #6F1C20

Tints of Red Berry #6F1C20

RGB

 RED value IS 111 (43.75% from 255) = 64.91%

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

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 64.91%
G = 16.37%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6F1C20 (or 0x6F1C20) is known color: Red Berry. HEX triplet: 6F, 1C and 20. RGB value is (111,28,32). Sum of RGB (Red+Green+Blue) = 111+28+32=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C20 is #90E3DF. Grayscale: #353535. Windows color (decimal): -9495520 or 2104431. OLE color: 2104431.

HSL color Cylindrical-coordinate representation of color #6F1C20: hue angle of 357.11º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F1C20 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 28 32 -
CMYK 0 0.75 0.71 0.56
HSL 357.11º 0.6% 0.27% -
HSV(B) 357.11º 0.75% 0.44% -
XYZ 7.23 4.31 1.82 -
YUV 53.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 111 28 32 0 0.75 0.71 0.56 357.11 0.6 0.27
Hex 6F 1C 20 0 4B 47 38 165 3C 1B
Octal 157 34 40 0 113 107 70 545 74 33
Binary 1101111 11100 100000 0 1001011 1000111 111000 101100101 111100 11011

Color Harmonies of #6F1C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1C20

Black with #6F1C20

Text Example


Text Example

White with #6F1C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,28,32); }

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

background-color css

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

 a { background-color: rgb(111,28,32); }

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

border-color css

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

 span { border-color: rgb(111,28,32); }

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