Html Css Color HEX #681421 Pohutukawa

📋 copy color: '#681421'

red 104 ◦ green 20 ◦ blue 33

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

Shades of Pohutukawa #681421

Tints of Pohutukawa #681421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.74%

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

R = 66.24%
G = 12.74%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#681421 (or 0x681421) is known color: Pohutukawa. HEX triplet: 68, 14 and 21. RGB value is (104,20,33). Sum of RGB (Red+Green+Blue) = 104+20+33=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #681421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681421 is #97EBDE. Grayscale: #2E2E2E. Windows color (decimal): -9956319 or 2167912. OLE color: 2167912.

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

Color convert

RGB 104 20 33 -
CMYK 0 0.81 0.68 0.59
HSL 350.71º 0.68% 0.24% -
HSV(B) 350.71º 0.81% 0.41% -
XYZ 6.23 3.55 1.8 -
YUV 46.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 104 20 33 0 0.81 0.68 0.59 350.71 0.68 0.24
Hex 68 14 21 0 51 44 3B 15F 44 18
Octal 150 24 41 0 121 104 73 537 104 30
Binary 1101000 10100 100001 0 1010001 1000100 111011 101011111 1000100 11000

Color Harmonies of #681421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681421

Black with #681421

Text Example


Text Example

White with #681421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681421; }

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

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

background-color css

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

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

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

border-color css

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

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

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