Html Css Color HEX #6B0A1A Pohutukawa

📋 copy color: '#6B0A1A'

red 107 ◦ green 10 ◦ blue 26

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

Shades of Pohutukawa #6B0A1A

Tints of Pohutukawa #6B0A1A

RGB

 RED value IS 107 (42.19% from 255) = 74.83%

 GREEN value IS 10 (4.3% from 255) = 6.99%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 74.83%
G = 6.99%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6B0A1A (or 0x6B0A1A) is known color: Pohutukawa. HEX triplet: 6B, 0A and 1A. RGB value is (107,10,26). Sum of RGB (Red+Green+Blue) = 107+10+26=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0A1A is #94F5E5. Grayscale: #282828. Windows color (decimal): -9762278 or 1706603. OLE color: 1706603.

HSL color Cylindrical-coordinate representation of color #6B0A1A: hue angle of 350.1º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B0A1A is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 10 26 -
CMYK 0 0.91 0.76 0.58
HSL 350.1º 0.83% 0.23% -
HSV(B) 350.1º 0.91% 0.42% -
XYZ 6.36 3.42 1.3 -
YUV 40.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 107 10 26 0 0.91 0.76 0.58 350.1 0.83 0.23
Hex 6B A 1A 0 5B 4C 3A 15E 53 17
Octal 153 12 32 0 133 114 72 536 123 27
Binary 1101011 1010 11010 0 1011011 1001100 111010 101011110 1010011 10111

Color Harmonies of #6B0A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0A1A

Black with #6B0A1A

Text Example


Text Example

White with #6B0A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B0A1A; }

 p { color: rgb(107,10,26); }

 H1.HeaderClassName
 {
   color: #6B0A1A;
 }
 .AnyTagClassName
 {
   color: #6B0A1A;
 }
</style>

background-color css

<style>
 a { background-color: #6B0A1A; }

 a { background-color: rgb(107,10,26); }

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

border-color css

<style>
 span { border-color: #6B0A1A; }

 span { border-color: rgb(107,10,26); }

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