Html Css Color HEX #681221 Pohutukawa

📋 copy color: '#681221'

red 104 ◦ green 18 ◦ blue 33

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

Shades of Pohutukawa #681221

Tints of Pohutukawa #681221

RGB

 RED value IS 104 (41.02% from 255) = 67.1%

 GREEN value IS 18 (7.42% from 255) = 11.61%

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 67.1%
G = 11.61%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#681221 (or 0x681221) is known color: Pohutukawa. HEX triplet: 68, 12 and 21. RGB value is (104,18,33). Sum of RGB (Red+Green+Blue) = 104+18+33=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #681221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681221 is #97EDDE. Grayscale: #2D2D2D. Windows color (decimal): -9956831 or 2167400. OLE color: 2167400.

HSL color Cylindrical-coordinate representation of color #681221: hue angle of 349.53º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681221 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 33 -
CMYK 0 0.83 0.68 0.59
HSL 349.53º 0.7% 0.24% -
HSV(B) 349.53º 0.83% 0.41% -
XYZ 6.2 3.49 1.78 -
YUV 45.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 104 18 33 0 0.83 0.68 0.59 349.53 0.7 0.24
Hex 68 12 21 0 53 44 3B 15E 46 18
Octal 150 22 41 0 123 104 73 536 106 30
Binary 1101000 10010 100001 0 1010011 1000100 111011 101011110 1000110 11000

Color Harmonies of #681221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681221

Black with #681221

Text Example


Text Example

White with #681221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681221; }

 p { color: rgb(104,18,33); }

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

background-color css

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

 a { background-color: rgb(104,18,33); }

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

border-color css

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

 span { border-color: rgb(104,18,33); }

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