Html Css Color HEX #680821 Pohutukawa

📋 copy color: '#680821'

red 104 ◦ green 8 ◦ blue 33

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

Shades of Pohutukawa #680821

Tints of Pohutukawa #680821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

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

R = 71.72%
G = 5.52%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#680821 (or 0x680821) is known color: Pohutukawa. HEX triplet: 68, 08 and 21. RGB value is (104,8,33). Sum of RGB (Red+Green+Blue) = 104+8+33=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #680821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680821 is #97F7DE. Grayscale: #272727. Windows color (decimal): -9959391 or 2164840. OLE color: 2164840.

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

Color convert

RGB 104 8 33 -
CMYK 0 0.92 0.68 0.59
HSL 344.38º 0.86% 0.22% -
HSV(B) 344.38º 0.92% 0.41% -
XYZ 6.07 3.23 1.74 -
YUV 39.55 124.3 173.97 -
System Red Green Blue C M Y K H S L
Decimal 104 8 33 0 0.92 0.68 0.59 344.38 0.86 0.22
Hex 68 8 21 0 5C 44 3B 158 56 16
Octal 150 10 41 0 134 104 73 530 126 26
Binary 1101000 1000 100001 0 1011100 1000100 111011 101011000 1010110 10110

Color Harmonies of #680821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680821

Black with #680821

Text Example


Text Example

White with #680821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680821; }

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

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

background-color css

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

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

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

border-color css

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

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

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