Html Css Color HEX #680C21 Pohutukawa

📋 copy color: '#680C21'

red 104 ◦ green 12 ◦ blue 33

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

Shades of Pohutukawa #680C21

Tints of Pohutukawa #680C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.05%

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

R = 69.8%
G = 8.05%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#680C21 (or 0x680C21) is known color: Pohutukawa. HEX triplet: 68, 0C and 21. RGB value is (104,12,33). Sum of RGB (Red+Green+Blue) = 104+12+33=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C21 is #97F3DE. Grayscale: #292929. Windows color (decimal): -9958367 or 2165864. OLE color: 2165864.

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

Color convert

RGB 104 12 33 -
CMYK 0 0.88 0.68 0.59
HSL 346.3º 0.79% 0.23% -
HSV(B) 346.3º 0.88% 0.41% -
XYZ 6.11 3.32 1.76 -
YUV 41.9 122.98 172.29 -
System Red Green Blue C M Y K H S L
Decimal 104 12 33 0 0.88 0.68 0.59 346.3 0.79 0.23
Hex 68 C 21 0 58 44 3B 15A 4F 17
Octal 150 14 41 0 130 104 73 532 117 27
Binary 1101000 1100 100001 0 1011000 1000100 111011 101011010 1001111 10111

Color Harmonies of #680C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C21

Black with #680C21

Text Example


Text Example

White with #680C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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