Html Css Color HEX #6D2435 Claret

📋 copy color: '#6D2435'

red 109 ◦ green 36 ◦ blue 53

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

Shades of Claret #6D2435

Tints of Claret #6D2435

RGB

 RED value IS 109 (42.97% from 255) = 55.05%

 GREEN value IS 36 (14.45% from 255) = 18.18%

 BLUE value IS 53 (21.09% from 255) = 26.77%

R = 55.05%
G = 18.18%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6D2435 (or 0x6D2435) is known color: Claret. HEX triplet: 6D, 24 and 35. RGB value is (109,36,53). Sum of RGB (Red+Green+Blue) = 109+36+53=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2435 is #92DBCA. Grayscale: #3B3B3B. Windows color (decimal): -9624523 or 3482733. OLE color: 3482733.

HSL color Cylindrical-coordinate representation of color #6D2435: hue angle of 346.03º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D2435 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 36 53 -
CMYK 0 0.67 0.51 0.57
HSL 346.03º 0.5% 0.28% -
HSV(B) 346.03º 0.67% 0.43% -
XYZ 7.58 4.77 3.89 -
YUV 59.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 109 36 53 0 0.67 0.51 0.57 346.03 0.5 0.28
Hex 6D 24 35 0 43 33 39 15A 32 1C
Octal 155 44 65 0 103 63 71 532 62 34
Binary 1101101 100100 110101 0 1000011 110011 111001 101011010 110010 11100

Color Harmonies of #6D2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2435

Black with #6D2435

Text Example


Text Example

White with #6D2435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,36,53); }

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

background-color css

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

 a { background-color: rgb(109,36,53); }

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

border-color css

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

 span { border-color: rgb(109,36,53); }

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