Html Css Color HEX #6B1E25 Red Berry

📋 copy color: '#6B1E25'

red 107 ◦ green 30 ◦ blue 37

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

Shades of Red Berry #6B1E25

Tints of Red Berry #6B1E25

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.24%

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

R = 61.49%
G = 17.24%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6B1E25 (or 0x6B1E25) is known color: Red Berry. HEX triplet: 6B, 1E and 25. RGB value is (107,30,37). Sum of RGB (Red+Green+Blue) = 107+30+37=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1E25 is #94E1DA. Grayscale: #353535. Windows color (decimal): -9757147 or 2432619. OLE color: 2432619.

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

Color convert

RGB 107 30 37 -
CMYK 0 0.72 0.65 0.58
HSL 354.55º 0.56% 0.27% -
HSV(B) 354.55º 0.72% 0.42% -
XYZ 6.86 4.19 2.2 -
YUV 53.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 107 30 37 0 0.72 0.65 0.58 354.55 0.56 0.27
Hex 6B 1E 25 0 48 41 3A 163 38 1B
Octal 153 36 45 0 110 101 72 543 70 33
Binary 1101011 11110 100101 0 1001000 1000001 111010 101100011 111000 11011

Color Harmonies of #6B1E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1E25

Black with #6B1E25

Text Example


Text Example

White with #6B1E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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