Html Css Color HEX #681323 Pohutukawa

📋 copy color: '#681323'

red 104 ◦ green 19 ◦ blue 35

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

Shades of Pohutukawa #681323

Tints of Pohutukawa #681323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.15%

R = 65.82%
G = 12.03%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#681323 (or 0x681323) is known color: Pohutukawa. HEX triplet: 68, 13 and 23. RGB value is (104,19,35). Sum of RGB (Red+Green+Blue) = 104+19+35=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #681323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681323 is #97ECDC. Grayscale: #2E2E2E. Windows color (decimal): -9956573 or 2298728. OLE color: 2298728.

HSL color Cylindrical-coordinate representation of color #681323: hue angle of 348.71º 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 #681323 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 19 35 -
CMYK 0 0.82 0.66 0.59
HSL 348.71º 0.69% 0.24% -
HSV(B) 348.71º 0.82% 0.41% -
XYZ 6.25 3.53 1.94 -
YUV 46.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 104 19 35 0 0.82 0.66 0.59 348.71 0.69 0.24
Hex 68 13 23 0 52 42 3B 15D 45 18
Octal 150 23 43 0 122 102 73 535 105 30
Binary 1101000 10011 100011 0 1010010 1000010 111011 101011101 1000101 11000

Color Harmonies of #681323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681323

Black with #681323

Text Example


Text Example

White with #681323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681323; }

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

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

background-color css

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

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

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

border-color css

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

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

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