Html Css Color HEX #681328 Pohutukawa

📋 copy color: '#681328'

red 104 ◦ green 19 ◦ blue 40

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

Shades of Pohutukawa #681328

Tints of Pohutukawa #681328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.54%

R = 63.8%
G = 11.66%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#681328 (or 0x681328) is known color: Pohutukawa. HEX triplet: 68, 13 and 28. RGB value is (104,19,40). Sum of RGB (Red+Green+Blue) = 104+19+40=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #681328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681328 is #97ECD7. Grayscale: #2E2E2E. Windows color (decimal): -9956568 or 2626408. OLE color: 2626408.

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

Color convert

RGB 104 19 40 -
CMYK 0 0.82 0.62 0.59
HSL 345.18º 0.69% 0.24% -
HSV(B) 345.18º 0.82% 0.41% -
XYZ 6.32 3.56 2.36 -
YUV 46.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 104 19 40 0 0.82 0.62 0.59 345.18 0.69 0.24
Hex 68 13 28 0 52 3E 3B 159 45 18
Octal 150 23 50 0 122 76 73 531 105 30
Binary 1101000 10011 101000 0 1010010 111110 111011 101011001 1000101 11000

Color Harmonies of #681328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681328

Black with #681328

Text Example


Text Example

White with #681328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681328; }

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

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

background-color css

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

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

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

border-color css

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

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

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