Html Css Color HEX #6F1A2B Red Berry

📋 copy color: '#6F1A2B'

red 111 ◦ green 26 ◦ blue 43

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

Shades of Red Berry #6F1A2B

Tints of Red Berry #6F1A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.44%

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 61.67%
G = 14.44%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F1A2B (or 0x6F1A2B) is known color: Red Berry. HEX triplet: 6F, 1A and 2B. RGB value is (111,26,43). Sum of RGB (Red+Green+Blue) = 111+26+43=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A2B is #90E5D4. Grayscale: #353535. Windows color (decimal): -9496021 or 2824815. OLE color: 2824815.

HSL color Cylindrical-coordinate representation of color #6F1A2B: hue angle of 348º degrees, saturation: 0.62, 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 #6F1A2B is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 26 43 -
CMYK 0 0.77 0.61 0.56
HSL 348º 0.62% 0.27% -
HSV(B) 348º 0.77% 0.44% -
XYZ 7.36 4.29 2.73 -
YUV 53.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 111 26 43 0 0.77 0.61 0.56 348 0.62 0.27
Hex 6F 1A 2B 0 4D 3D 38 15C 3E 1B
Octal 157 32 53 0 115 75 70 534 76 33
Binary 1101111 11010 101011 0 1001101 111101 111000 101011100 111110 11011

Color Harmonies of #6F1A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A2B

Black with #6F1A2B

Text Example


Text Example

White with #6F1A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,26,43); }

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

background-color css

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

 a { background-color: rgb(111,26,43); }

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

border-color css

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

 span { border-color: rgb(111,26,43); }

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