Html Css Color HEX #680721 Pohutukawa

📋 copy color: '#680721'

red 104 ◦ green 7 ◦ blue 33

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

Shades of Pohutukawa #680721

Tints of Pohutukawa #680721

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.86%

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

R = 72.22%
G = 4.86%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#680721 (or 0x680721) is known color: Pohutukawa. HEX triplet: 68, 07 and 21. RGB value is (104,7,33). Sum of RGB (Red+Green+Blue) = 104+7+33=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680721 is #97F8DE. Grayscale: #262626. Windows color (decimal): -9959647 or 2164584. OLE color: 2164584.

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

Color convert

RGB 104 7 33 -
CMYK 0 0.93 0.68 0.59
HSL 343.92º 0.87% 0.22% -
HSV(B) 343.92º 0.93% 0.41% -
XYZ 6.06 3.2 1.74 -
YUV 38.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 104 7 33 0 0.93 0.68 0.59 343.92 0.87 0.22
Hex 68 7 21 0 5D 44 3B 158 57 16
Octal 150 7 41 0 135 104 73 530 127 26
Binary 1101000 111 100001 0 1011101 1000100 111011 101011000 1010111 10110

Color Harmonies of #680721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680721

Black with #680721

Text Example


Text Example

White with #680721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680721; }

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

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

background-color css

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

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

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

border-color css

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

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

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