Html Css Color HEX #6F1330 Claret

📋 copy color: '#6F1330'

red 111 ◦ green 19 ◦ blue 48

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

Shades of Claret #6F1330

Tints of Claret #6F1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

 BLUE value IS 48 (19.14% from 255) = 26.97%

R = 62.36%
G = 10.67%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F1330 (or 0x6F1330) is known color: Claret. HEX triplet: 6F, 13 and 30. RGB value is (111,19,48). Sum of RGB (Red+Green+Blue) = 111+19+48=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1330 is #90ECCF. Grayscale: #313131. Windows color (decimal): -9497808 or 3150703. OLE color: 3150703.

HSL color Cylindrical-coordinate representation of color #6F1330: hue angle of 341.09º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1330 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 19 48 -
CMYK 0 0.83 0.57 0.56
HSL 341.09º 0.71% 0.25% -
HSV(B) 341.09º 0.83% 0.44% -
XYZ 7.32 4.06 3.19 -
YUV 49.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 111 19 48 0 0.83 0.57 0.56 341.09 0.71 0.25
Hex 6F 13 30 0 53 39 38 155 47 19
Octal 157 23 60 0 123 71 70 525 107 31
Binary 1101111 10011 110000 0 1010011 111001 111000 101010101 1000111 11001

Color Harmonies of #6F1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1330

Black with #6F1330

Text Example


Text Example

White with #6F1330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,19,48); }

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

background-color css

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

 a { background-color: rgb(111,19,48); }

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

border-color css

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

 span { border-color: rgb(111,19,48); }

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