Html Css Color HEX #681F2A Pohutukawa

📋 copy color: '#681F2A'

red 104 ◦ green 31 ◦ blue 42

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

Shades of Pohutukawa #681F2A

Tints of Pohutukawa #681F2A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.51%

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 58.76%
G = 17.51%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#681F2A (or 0x681F2A) is known color: Pohutukawa. HEX triplet: 68, 1F and 2A. RGB value is (104,31,42). Sum of RGB (Red+Green+Blue) = 104+31+42=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #681F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F2A is #97E0D5. Grayscale: #363636. Windows color (decimal): -9953494 or 2760552. OLE color: 2760552.

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

Color convert

RGB 104 31 42 -
CMYK 0 0.70 0.60 0.59
HSL 350.96º 0.54% 0.26% -
HSV(B) 350.96º 0.7% 0.41% -
XYZ 6.62 4.09 2.63 -
YUV 54.08 121.18 163.61 -
System Red Green Blue C M Y K H S L
Decimal 104 31 42 0 0.70 0.60 0.59 350.96 0.54 0.26
Hex 68 1F 2A 0 46 3C 3B 15F 36 1A
Octal 150 37 52 0 106 74 73 537 66 32
Binary 1101000 11111 101010 0 1000110 111100 111011 101011111 110110 11010

Color Harmonies of #681F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F2A

Black with #681F2A

Text Example


Text Example

White with #681F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,31,42); }

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

background-color css

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

 a { background-color: rgb(104,31,42); }

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

border-color css

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

 span { border-color: rgb(104,31,42); }

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