Html Css Color HEX #681621 Pohutukawa

📋 copy color: '#681621'

red 104 ◦ green 22 ◦ blue 33

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

Shades of Pohutukawa #681621

Tints of Pohutukawa #681621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.84%

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

R = 65.41%
G = 13.84%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#681621 (or 0x681621) is known color: Pohutukawa. HEX triplet: 68, 16 and 21. RGB value is (104,22,33). Sum of RGB (Red+Green+Blue) = 104+22+33=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681621 is #97E9DE. Grayscale: #2F2F2F. Windows color (decimal): -9955807 or 2168424. OLE color: 2168424.

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

Color convert

RGB 104 22 33 -
CMYK 0 0.79 0.68 0.59
HSL 351.95º 0.65% 0.25% -
HSV(B) 351.95º 0.79% 0.41% -
XYZ 6.27 3.63 1.81 -
YUV 47.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 104 22 33 0 0.79 0.68 0.59 351.95 0.65 0.25
Hex 68 16 21 0 4F 44 3B 160 41 19
Octal 150 26 41 0 117 104 73 540 101 31
Binary 1101000 10110 100001 0 1001111 1000100 111011 101100000 1000001 11001

Color Harmonies of #681621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681621

Black with #681621

Text Example


Text Example

White with #681621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681621; }

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

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

background-color css

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

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

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

border-color css

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

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

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