Html Css Color HEX #681A2B Pohutukawa

📋 copy color: '#681A2B'

red 104 ◦ green 26 ◦ blue 43

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

Shades of Pohutukawa #681A2B

Tints of Pohutukawa #681A2B

RGB

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

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

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

R = 60.12%
G = 15.03%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#681A2B (or 0x681A2B) is known color: Pohutukawa. HEX triplet: 68, 1A and 2B. RGB value is (104,26,43). Sum of RGB (Red+Green+Blue) = 104+26+43=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A2B is #97E5D4. Grayscale: #333333. Windows color (decimal): -9954773 or 2824808. OLE color: 2824808.

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

Color convert

RGB 104 26 43 -
CMYK 0 0.75 0.59 0.59
HSL 346.92º 0.6% 0.25% -
HSV(B) 346.92º 0.75% 0.41% -
XYZ 6.51 3.86 2.69 -
YUV 51.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 104 26 43 0 0.75 0.59 0.59 346.92 0.6 0.25
Hex 68 1A 2B 0 4B 3B 3B 15B 3C 19
Octal 150 32 53 0 113 73 73 533 74 31
Binary 1101000 11010 101011 0 1001011 111011 111011 101011011 111100 11001

Color Harmonies of #681A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A2B

Black with #681A2B

Text Example


Text Example

White with #681A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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