Html Css Color HEX #681A27 Pohutukawa

📋 copy color: '#681A27'

red 104 ◦ green 26 ◦ blue 39

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

Shades of Pohutukawa #681A27

Tints of Pohutukawa #681A27

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.38%

 BLUE value IS 39 (15.63% from 255) = 23.08%

R = 61.54%
G = 15.38%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#681A27 (or 0x681A27) is known color: Pohutukawa. HEX triplet: 68, 1A and 27. RGB value is (104,26,39). Sum of RGB (Red+Green+Blue) = 104+26+39=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #681A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A27 is #97E5D8. Grayscale: #323232. Windows color (decimal): -9954777 or 2562664. OLE color: 2562664.

HSL color Cylindrical-coordinate representation of color #681A27: hue angle of 350º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A27 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 26 39 -
CMYK 0 0.75 0.62 0.59
HSL 350º 0.6% 0.25% -
HSV(B) 350º 0.75% 0.41% -
XYZ 6.44 3.83 2.32 -
YUV 50.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 104 26 39 0 0.75 0.62 0.59 350 0.6 0.25
Hex 68 1A 27 0 4B 3E 3B 15E 3C 19
Octal 150 32 47 0 113 76 73 536 74 31
Binary 1101000 11010 100111 0 1001011 111110 111011 101011110 111100 11001

Color Harmonies of #681A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A27

Black with #681A27

Text Example


Text Example

White with #681A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,26,39); }

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

background-color css

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

 a { background-color: rgb(104,26,39); }

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

border-color css

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

 span { border-color: rgb(104,26,39); }

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