Html Css Color HEX #6F1925 Red Berry

📋 copy color: '#6F1925'

red 111 ◦ green 25 ◦ blue 37

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

Shades of Red Berry #6F1925

Tints of Red Berry #6F1925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 64.16%
G = 14.45%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F1925 (or 0x6F1925) is known color: Red Berry. HEX triplet: 6F, 19 and 25. RGB value is (111,25,37). Sum of RGB (Red+Green+Blue) = 111+25+37=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1925 is #90E6DA. Grayscale: #343434. Windows color (decimal): -9496283 or 2431343. OLE color: 2431343.

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

Color convert

RGB 111 25 37 -
CMYK 0 0.77 0.67 0.56
HSL 351.63º 0.63% 0.27% -
HSV(B) 351.63º 0.77% 0.44% -
XYZ 7.24 4.21 2.18 -
YUV 52.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 111 25 37 0 0.77 0.67 0.56 351.63 0.63 0.27
Hex 6F 19 25 0 4D 43 38 160 3F 1B
Octal 157 31 45 0 115 103 70 540 77 33
Binary 1101111 11001 100101 0 1001101 1000011 111000 101100000 111111 11011

Color Harmonies of #6F1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1925

Black with #6F1925

Text Example


Text Example

White with #6F1925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,37); }

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

background-color css

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

 a { background-color: rgb(111,25,37); }

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

border-color css

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

 span { border-color: rgb(111,25,37); }

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