Html Css Color HEX #681F2B Pohutukawa

📋 copy color: '#681F2B'

red 104 ◦ green 31 ◦ blue 43

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

Shades of Pohutukawa #681F2B

Tints of Pohutukawa #681F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 58.43%
G = 17.42%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#681F2B (or 0x681F2B) is known color: Pohutukawa. HEX triplet: 68, 1F and 2B. RGB value is (104,31,43). Sum of RGB (Red+Green+Blue) = 104+31+43=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F2B is #97E0D4. Grayscale: #363636. Windows color (decimal): -9953493 or 2826088. OLE color: 2826088.

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

Color convert

RGB 104 31 43 -
CMYK 0 0.70 0.59 0.59
HSL 350.14º 0.54% 0.26% -
HSV(B) 350.14º 0.7% 0.41% -
XYZ 6.63 4.1 2.73 -
YUV 54.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 104 31 43 0 0.70 0.59 0.59 350.14 0.54 0.26
Hex 68 1F 2B 0 46 3B 3B 15E 36 1A
Octal 150 37 53 0 106 73 73 536 66 32
Binary 1101000 11111 101011 0 1000110 111011 111011 101011110 110110 11010

Color Harmonies of #681F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F2B

Black with #681F2B

Text Example


Text Example

White with #681F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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