Html Css Color HEX #681A1B Pohutukawa

📋 copy color: '#681A1B'

red 104 ◦ green 26 ◦ blue 27

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

Shades of Pohutukawa #681A1B

Tints of Pohutukawa #681A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 66.24%
G = 16.56%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#681A1B (or 0x681A1B) is known color: Pohutukawa. HEX triplet: 68, 1A and 1B. RGB value is (104,26,27). Sum of RGB (Red+Green+Blue) = 104+26+27=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #681A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A1B is #97E5E4. Grayscale: #313131. Windows color (decimal): -9954789 or 1776232. OLE color: 1776232.

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

Color convert

RGB 104 26 27 -
CMYK 0 0.75 0.74 0.59
HSL 359.23º 0.6% 0.25% -
HSV(B) 359.23º 0.75% 0.41% -
XYZ 6.28 3.76 1.43 -
YUV 49.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 104 26 27 0 0.75 0.74 0.59 359.23 0.6 0.25
Hex 68 1A 1B 0 4B 4A 3B 167 3C 19
Octal 150 32 33 0 113 112 73 547 74 31
Binary 1101000 11010 11011 0 1001011 1001010 111011 101100111 111100 11001

Color Harmonies of #681A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A1B

Black with #681A1B

Text Example


Text Example

White with #681A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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