Html Css Color HEX #6B192B Pohutukawa

📋 copy color: '#6B192B'

red 107 ◦ green 25 ◦ blue 43

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

Shades of Pohutukawa #6B192B

Tints of Pohutukawa #6B192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

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

R = 61.14%
G = 14.29%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6B192B (or 0x6B192B) is known color: Pohutukawa. HEX triplet: 6B, 19 and 2B. RGB value is (107,25,43). Sum of RGB (Red+Green+Blue) = 107+25+43=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B192B is #94E6D4. Grayscale: #333333. Windows color (decimal): -9758421 or 2824555. OLE color: 2824555.

HSL color Cylindrical-coordinate representation of color #6B192B: hue angle of 346.83º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B192B is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 25 43 -
CMYK 0 0.77 0.60 0.58
HSL 346.83º 0.62% 0.26% -
HSV(B) 346.83º 0.77% 0.42% -
XYZ 6.85 4 2.7 -
YUV 51.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 107 25 43 0 0.77 0.60 0.58 346.83 0.62 0.26
Hex 6B 19 2B 0 4D 3C 3A 15B 3E 1A
Octal 153 31 53 0 115 74 72 533 76 32
Binary 1101011 11001 101011 0 1001101 111100 111010 101011011 111110 11010

Color Harmonies of #6B192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B192B

Black with #6B192B

Text Example


Text Example

White with #6B192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,25,43); }

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

background-color css

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

 a { background-color: rgb(107,25,43); }

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

border-color css

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

 span { border-color: rgb(107,25,43); }

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