Html Css Color HEX #681529 Pohutukawa

📋 copy color: '#681529'

red 104 ◦ green 21 ◦ blue 41

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

Shades of Pohutukawa #681529

Tints of Pohutukawa #681529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 24.7%

R = 62.65%
G = 12.65%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#681529 (or 0x681529) is known color: Pohutukawa. HEX triplet: 68, 15 and 29. RGB value is (104,21,41). Sum of RGB (Red+Green+Blue) = 104+21+41=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #681529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681529 is #97EAD6. Grayscale: #303030. Windows color (decimal): -9956055 or 2692456. OLE color: 2692456.

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

Color convert

RGB 104 21 41 -
CMYK 0 0.80 0.61 0.59
HSL 345.54º 0.66% 0.25% -
HSV(B) 345.54º 0.8% 0.41% -
XYZ 6.38 3.64 2.46 -
YUV 48.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 104 21 41 0 0.80 0.61 0.59 345.54 0.66 0.25
Hex 68 15 29 0 50 3D 3B 15A 42 19
Octal 150 25 51 0 120 75 73 532 102 31
Binary 1101000 10101 101001 0 1010000 111101 111011 101011010 1000010 11001

Color Harmonies of #681529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681529

Black with #681529

Text Example


Text Example

White with #681529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681529; }

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

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

background-color css

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

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

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

border-color css

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

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

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