#6B1721

Color #6B1721 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #6B1721

Tints of Pohutukawa #6B1721

Color information

#6B1721 (or 0x6B1721) is unknown color: approx Pohutukawa. HEX triplet: 6B, 17 and 21. RGB value is (107,23,33). Sum of RGB (Red+Green+Blue) = 107+23+33=163 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.64% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1721 is #94E8DE. Grayscale: #313131. Windows color (decimal): -9758943 or 2168683. OLE color: 2168683.

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

Color convert

RGB1072333-
CMYK00.790.690.58
HSL352.86º64.62%25.49%-
HSV(B)352.86º78.5%41.96%-
XYZ6.643.851.83-
YUV49.26118.83169.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 65.64%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=65.64%
G=14.11%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107233300.790.690.58352.8664.6225.49
Hex6B172104F453A1614119
Octal153274101171057254110131
Binary110101110111100001010011111000101111010101100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,23,33); }

 H1.HeaderClassName
 {
   color: #6B1721;
 }
 .AnyTagClassName
 {
   color: #6B1721;
 }
</style>
background-color css

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

 a { background-color: rgb(107,23,33); }

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

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

 span { border-color: rgb(107,23,33); }

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