Html Css Color HEX #6F1827 Red Berry

📋 copy color: '#6F1827'

red 111 ◦ green 24 ◦ blue 39

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

Shades of Red Berry #6F1827

Tints of Red Berry #6F1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.79%

 BLUE value IS 39 (15.63% from 255) = 22.41%

R = 63.79%
G = 13.79%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#6F1827 (or 0x6F1827) is known color: Red Berry. HEX triplet: 6F, 18 and 27. RGB value is (111,24,39). Sum of RGB (Red+Green+Blue) = 111+24+39=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1827 is #90E7D8. Grayscale: #333333. Windows color (decimal): -9496537 or 2562159. OLE color: 2562159.

HSL color Cylindrical-coordinate representation of color #6F1827: hue angle of 349.66º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F1827 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 24 39 -
CMYK 0 0.78 0.65 0.56
HSL 349.66º 0.64% 0.26% -
HSV(B) 349.66º 0.78% 0.44% -
XYZ 7.25 4.18 2.34 -
YUV 51.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 111 24 39 0 0.78 0.65 0.56 349.66 0.64 0.26
Hex 6F 18 27 0 4E 41 38 15E 40 1A
Octal 157 30 47 0 116 101 70 536 100 32
Binary 1101111 11000 100111 0 1001110 1000001 111000 101011110 1000000 11010

Color Harmonies of #6F1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1827

Black with #6F1827

Text Example


Text Example

White with #6F1827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,24,39); }

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

background-color css

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

 a { background-color: rgb(111,24,39); }

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

border-color css

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

 span { border-color: rgb(111,24,39); }

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