Html Css Color HEX #681321 Pohutukawa

📋 copy color: '#681321'

red 104 ◦ green 19 ◦ blue 33

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

Shades of Pohutukawa #681321

Tints of Pohutukawa #681321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

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

R = 66.67%
G = 12.18%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#681321 (or 0x681321) is known color: Pohutukawa. HEX triplet: 68, 13 and 21. RGB value is (104,19,33). Sum of RGB (Red+Green+Blue) = 104+19+33=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681321 is #97ECDE. Grayscale: #2E2E2E. Windows color (decimal): -9956575 or 2167656. OLE color: 2167656.

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

Color convert

RGB 104 19 33 -
CMYK 0 0.82 0.68 0.59
HSL 350.12º 0.69% 0.24% -
HSV(B) 350.12º 0.82% 0.41% -
XYZ 6.22 3.52 1.79 -
YUV 46.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 104 19 33 0 0.82 0.68 0.59 350.12 0.69 0.24
Hex 68 13 21 0 52 44 3B 15E 45 18
Octal 150 23 41 0 122 104 73 536 105 30
Binary 1101000 10011 100001 0 1010010 1000100 111011 101011110 1000101 11000

Color Harmonies of #681321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681321

Black with #681321

Text Example


Text Example

White with #681321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681321; }

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

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

background-color css

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

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

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

border-color css

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

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

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