Html Css Color HEX #6F2536 Claret

📋 copy color: '#6F2536'

red 111 ◦ green 37 ◦ blue 54

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

Shades of Claret #6F2536

Tints of Claret #6F2536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 54.95%
G = 18.32%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F2536 (or 0x6F2536) is known color: Claret. HEX triplet: 6F, 25 and 36. RGB value is (111,37,54). Sum of RGB (Red+Green+Blue) = 111+37+54=202 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.95% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2536 is #90DAC9. Grayscale: #3D3D3D. Windows color (decimal): -9493194 or 3548527. OLE color: 3548527.

HSL color Cylindrical-coordinate representation of color #6F2536: hue angle of 346.22º 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 #6F2536 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 37 54 -
CMYK 0 0.67 0.51 0.56
HSL 346.22º 0.5% 0.29% -
HSV(B) 346.22º 0.67% 0.44% -
XYZ 7.88 4.97 4.03 -
YUV 61.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 111 37 54 0 0.67 0.51 0.56 346.22 0.5 0.29
Hex 6F 25 36 0 43 33 38 15A 32 1D
Octal 157 45 66 0 103 63 70 532 62 35
Binary 1101111 100101 110110 0 1000011 110011 111000 101011010 110010 11101

Color Harmonies of #6F2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2536

Black with #6F2536

Text Example


Text Example

White with #6F2536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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