Html Css Color HEX #681B29 Pohutukawa

📋 copy color: '#681B29'

red 104 ◦ green 27 ◦ blue 41

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

Shades of Pohutukawa #681B29

Tints of Pohutukawa #681B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.7%

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

R = 60.47%
G = 15.7%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#681B29 (or 0x681B29) is known color: Pohutukawa. HEX triplet: 68, 1B and 29. RGB value is (104,27,41). Sum of RGB (Red+Green+Blue) = 104+27+41=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #681B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B29 is #97E4D6. Grayscale: #333333. Windows color (decimal): -9954519 or 2693992. OLE color: 2693992.

HSL color Cylindrical-coordinate representation of color #681B29: hue angle of 349.09º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681B29 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 27 41 -
CMYK 0 0.74 0.61 0.59
HSL 349.09º 0.59% 0.26% -
HSV(B) 349.09º 0.74% 0.41% -
XYZ 6.5 3.89 2.51 -
YUV 51.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 104 27 41 0 0.74 0.61 0.59 349.09 0.59 0.26
Hex 68 1B 29 0 4A 3D 3B 15D 3B 1A
Octal 150 33 51 0 112 75 73 535 73 32
Binary 1101000 11011 101001 0 1001010 111101 111011 101011101 111011 11010

Color Harmonies of #681B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B29

Black with #681B29

Text Example


Text Example

White with #681B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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