Html Css Color HEX #6F2533 Claret

📋 copy color: '#6F2533'

red 111 ◦ green 37 ◦ blue 51

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

Shades of Claret #6F2533

Tints of Claret #6F2533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 55.78%
G = 18.59%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#6F2533 (or 0x6F2533) is known color: Claret. HEX triplet: 6F, 25 and 33. RGB value is (111,37,51). Sum of RGB (Red+Green+Blue) = 111+37+51=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2533 is #90DACC. Grayscale: #3C3C3C. Windows color (decimal): -9493197 or 3351919. OLE color: 3351919.

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

Color convert

RGB 111 37 51 -
CMYK 0 0.67 0.54 0.56
HSL 348.65º 0.5% 0.29% -
HSV(B) 348.65º 0.67% 0.44% -
XYZ 7.81 4.94 3.67 -
YUV 60.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 111 37 51 0 0.67 0.54 0.56 348.65 0.5 0.29
Hex 6F 25 33 0 43 36 38 15D 32 1D
Octal 157 45 63 0 103 66 70 535 62 35
Binary 1101111 100101 110011 0 1000011 110110 111000 101011101 110010 11101

Color Harmonies of #6F2533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2533

Black with #6F2533

Text Example


Text Example

White with #6F2533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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