Html Css Color HEX #6F202D Red Berry

📋 copy color: '#6F202D'

red 111 ◦ green 32 ◦ blue 45

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

Shades of Red Berry #6F202D

Tints of Red Berry #6F202D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 59.04%
G = 17.02%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F202D (or 0x6F202D) is known color: Red Berry. HEX triplet: 6F, 20 and 2D. RGB value is (111,32,45). Sum of RGB (Red+Green+Blue) = 111+32+45=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F202D is #90DFD2. Grayscale: #393939. Windows color (decimal): -9494483 or 2957423. OLE color: 2957423.

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

Color convert

RGB 111 32 45 -
CMYK 0 0.71 0.59 0.56
HSL 350.13º 0.55% 0.28% -
HSV(B) 350.13º 0.71% 0.44% -
XYZ 7.55 4.6 2.97 -
YUV 57.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 111 32 45 0 0.71 0.59 0.56 350.13 0.55 0.28
Hex 6F 20 2D 0 47 3B 38 15E 37 1C
Octal 157 40 55 0 107 73 70 536 67 34
Binary 1101111 100000 101101 0 1000111 111011 111000 101011110 110111 11100

Color Harmonies of #6F202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F202D

Black with #6F202D

Text Example


Text Example

White with #6F202D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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