Html Css Color HEX #681521 Pohutukawa

📋 copy color: '#681521'

red 104 ◦ green 21 ◦ blue 33

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

Shades of Pohutukawa #681521

Tints of Pohutukawa #681521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

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

R = 65.82%
G = 13.29%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#681521 (or 0x681521) is known color: Pohutukawa. HEX triplet: 68, 15 and 21. RGB value is (104,21,33). Sum of RGB (Red+Green+Blue) = 104+21+33=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #681521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681521 is #97EADE. Grayscale: #2F2F2F. Windows color (decimal): -9956063 or 2168168. OLE color: 2168168.

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

Color convert

RGB 104 21 33 -
CMYK 0 0.80 0.68 0.59
HSL 351.33º 0.66% 0.25% -
HSV(B) 351.33º 0.8% 0.41% -
XYZ 6.25 3.59 1.8 -
YUV 47.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 104 21 33 0 0.80 0.68 0.59 351.33 0.66 0.25
Hex 68 15 21 0 50 44 3B 15F 42 19
Octal 150 25 41 0 120 104 73 537 102 31
Binary 1101000 10101 100001 0 1010000 1000100 111011 101011111 1000010 11001

Color Harmonies of #681521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681521

Black with #681521

Text Example


Text Example

White with #681521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681521; }

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

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

background-color css

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

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

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

border-color css

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

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

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