Html Css Color HEX #6B2125 Red Berry

📋 copy color: '#6B2125'

red 107 ◦ green 33 ◦ blue 37

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

Shades of Red Berry #6B2125

Tints of Red Berry #6B2125

RGB

 RED value IS 107 (42.19% from 255) = 60.45%

 GREEN value IS 33 (13.28% from 255) = 18.64%

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

R = 60.45%
G = 18.64%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6B2125 (or 0x6B2125) is known color: Red Berry. HEX triplet: 6B, 21 and 25. RGB value is (107,33,37). Sum of RGB (Red+Green+Blue) = 107+33+37=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2125 is #94DEDA. Grayscale: #373737. Windows color (decimal): -9756379 or 2433387. OLE color: 2433387.

HSL color Cylindrical-coordinate representation of color #6B2125: hue angle of 356.76º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B2125 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 33 37 -
CMYK 0 0.69 0.65 0.58
HSL 356.76º 0.53% 0.27% -
HSV(B) 356.76º 0.69% 0.42% -
XYZ 6.94 4.35 2.22 -
YUV 55.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 107 33 37 0 0.69 0.65 0.58 356.76 0.53 0.27
Hex 6B 21 25 0 45 41 3A 165 35 1B
Octal 153 41 45 0 105 101 72 545 65 33
Binary 1101011 100001 100101 0 1000101 1000001 111010 101100101 110101 11011

Color Harmonies of #6B2125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2125

Black with #6B2125

Text Example


Text Example

White with #6B2125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,33,37); }

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

background-color css

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

 a { background-color: rgb(107,33,37); }

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

border-color css

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

 span { border-color: rgb(107,33,37); }

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