Html Css Color HEX #681721 Pohutukawa

📋 copy color: '#681721'

red 104 ◦ green 23 ◦ blue 33

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

Shades of Pohutukawa #681721

Tints of Pohutukawa #681721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

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

R = 65%
G = 14.38%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#681721 (or 0x681721) is known color: Pohutukawa. HEX triplet: 68, 17 and 21. RGB value is (104,23,33). Sum of RGB (Red+Green+Blue) = 104+23+33=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681721 is #97E8DE. Grayscale: #303030. Windows color (decimal): -9955551 or 2168680. OLE color: 2168680.

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

Color convert

RGB 104 23 33 -
CMYK 0 0.78 0.68 0.59
HSL 352.59º 0.64% 0.25% -
HSV(B) 352.59º 0.78% 0.41% -
XYZ 6.29 3.67 1.81 -
YUV 48.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 104 23 33 0 0.78 0.68 0.59 352.59 0.64 0.25
Hex 68 17 21 0 4E 44 3B 161 40 19
Octal 150 27 41 0 116 104 73 541 100 31
Binary 1101000 10111 100001 0 1001110 1000100 111011 101100001 1000000 11001

Color Harmonies of #681721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681721

Black with #681721

Text Example


Text Example

White with #681721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681721; }

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

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

background-color css

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

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

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

border-color css

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

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

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